Skip to content

Commit

Permalink
Pull request 698: Set alpha version in the package.json
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 378c237
Author: Maxim Topciu <[email protected]>
Date:   Thu Dec 19 15:30:05 2024 +0200

    Set alpha version in the package.json
  • Loading branch information
maximtop committed Dec 19, 2024
1 parent b0272f9 commit 103221e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions bamboo-specs/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ npmjs: &npmjs
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
variables: &npmjs-variables
publishArgs: --access public
tagSuffix: '-stable'
triggers: [ ]
tasks:
- checkout:
Expand All @@ -41,7 +40,7 @@ npmjs: &npmjs
configuration:
# This ID is visible on the page with linked repositories. Ask the admin to provide it to you.
selectedRepository: '26050988'
tagName: v${bamboo.inject.version}${bamboo.tagSuffix}
tagName: v${bamboo.inject.version}
requirements:
- adg-docker: 'true'
notifications:
Expand All @@ -57,11 +56,9 @@ npmjs • alpha:
variables:
<<: *npmjs-variables
publishArgs: --tag alpha --access public
tagSuffix: '-alpha'

npmjs • beta:
<<: *npmjs
variables:
<<: *npmjs-variables
publishArgs: --tag beta --access public
tagSuffix: '-beta'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/scriptlets",
"version": "2.1.3",
"version": "2.1.3-alpha.1",
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 103221e

Please sign in to comment.