From 190973f0bc5fbc65fbe2bbb834c817c640ef7765 Mon Sep 17 00:00:00 2001 From: Maxim Topciu Date: Thu, 19 Dec 2024 14:39:31 +0300 Subject: [PATCH] Pull request 697: Fix tagging Squashed commit of the following: commit 8e5762c40137fd0ec965653a2ab3bebd06a3aa48 Author: Maxim Topciu Date: Thu Dec 19 13:22:48 2024 +0200 Add tag suffix to base deploy configuration commit da6303214813627e13e632870abaf2271567b43e Author: Maxim Topciu Date: Thu Dec 19 11:44:25 2024 +0200 Remove unnecessary blank lines in deploy.yaml to improve readability and maintainability of the npmjs deployment configuration. commit 2cf17485b81bd7e4ea7f7d8ae3fbb3c8039c706f Author: Maxim Topciu Date: Thu Dec 19 11:43:51 2024 +0200 Refactor npmjs deployment configuration in deploy.yaml by removing tagSuffix from tagName and consolidating task definitions for alpha and beta environments. Added npm publish tasks and improved clarity in the deployment process. --- bamboo-specs/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bamboo-specs/deploy.yaml b/bamboo-specs/deploy.yaml index d2a7bdf3..2e5c829a 100644 --- a/bamboo-specs/deploy.yaml +++ b/bamboo-specs/deploy.yaml @@ -16,6 +16,7 @@ npmjs: &npmjs ${system.PNPM_DIR}: "${bamboo.cachePnpm}" variables: &npmjs-variables publishArgs: --access public + tagSuffix: '-stable' triggers: [ ] tasks: - checkout: