Skip to content

Commit

Permalink
Pull request 697: Fix tagging
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
maximtop committed Dec 19, 2024
1 parent 203bc20 commit 190973f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bamboo-specs/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ npmjs: &npmjs
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
variables: &npmjs-variables
publishArgs: --access public
tagSuffix: '-stable'
triggers: [ ]
tasks:
- checkout:
Expand Down

0 comments on commit 190973f

Please sign in to comment.