Skip to content

Commit 103221e

Browse files
committed
Pull request 698: Set alpha version in the package.json
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
1 parent b0272f9 commit 103221e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

bamboo-specs/deploy.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ npmjs: &npmjs
1616
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
1717
variables: &npmjs-variables
1818
publishArgs: --access public
19-
tagSuffix: '-stable'
2019
triggers: [ ]
2120
tasks:
2221
- checkout:
@@ -41,7 +40,7 @@ npmjs: &npmjs
4140
configuration:
4241
# This ID is visible on the page with linked repositories. Ask the admin to provide it to you.
4342
selectedRepository: '26050988'
44-
tagName: v${bamboo.inject.version}${bamboo.tagSuffix}
43+
tagName: v${bamboo.inject.version}
4544
requirements:
4645
- adg-docker: 'true'
4746
notifications:
@@ -57,11 +56,9 @@ npmjs • alpha:
5756
variables:
5857
<<: *npmjs-variables
5958
publishArgs: --tag alpha --access public
60-
tagSuffix: '-alpha'
6159

6260
npmjs • beta:
6361
<<: *npmjs
6462
variables:
6563
<<: *npmjs-variables
6664
publishArgs: --tag beta --access public
67-
tagSuffix: '-beta'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adguard/scriptlets",
3-
"version": "2.1.3",
3+
"version": "2.1.3-alpha.1",
44
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)