Skip to content

Commit 190973f

Browse files
committed
Pull request 697: Fix tagging
Squashed commit of the following: commit 8e5762c Author: Maxim Topciu <[email protected]> Date: Thu Dec 19 13:22:48 2024 +0200 Add tag suffix to base deploy configuration commit da63032 Author: Maxim Topciu <[email protected]> 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 2cf1748 Author: Maxim Topciu <[email protected]> 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.
1 parent 203bc20 commit 190973f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bamboo-specs/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ npmjs: &npmjs
1616
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
1717
variables: &npmjs-variables
1818
publishArgs: --access public
19+
tagSuffix: '-stable'
1920
triggers: [ ]
2021
tasks:
2122
- checkout:

0 commit comments

Comments
 (0)