Skip to content

Commit 6ac40ec

Browse files
authored
feat: Update snapshot labels
Use the 'beta' and 'preview' instead of 'trunk' and 'stable' to identify the package version, following SemVer guidelines. Issue: 201475
1 parent 68dafe1 commit 6ac40ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
master)
8181
echo "## Is MASTER branch"
8282
83-
versionChangelist="-stable.$timestamp-SNAPSHOT"
83+
versionChangelist="-preview.$timestamp-SNAPSHOT"
8484
SHOULD_DEPLOY='true'
8585
;;
8686
@@ -89,7 +89,7 @@ jobs:
8989
9090
pomMajorNumber=$(expr $pomMajorNumber + 100)
9191
92-
versionChangelist="-trunk.$timestamp-SNAPSHOT"
92+
versionChangelist="-beta.$timestamp-SNAPSHOT"
9393
SHOULD_DEPLOY='true'
9494
;;
9595

0 commit comments

Comments
 (0)