Skip to content

Commit 318e7b8

Browse files
zarendAndrewKushnir
authored andcommitted
build: add script to publish v10-lts releases (angular#41631)
Adds a `/scripts/release/publish` script for releasing 10.2.x. Also removes scripts for publishing `latest` and `next`. We are no longer releasing `latest` and `next` off of this branch. This branch is only for `v10-lts` releases. PR Close angular#41631
1 parent 74eed46 commit 318e7b8

File tree

3 files changed

+1
-45
lines changed

3 files changed

+1
-45
lines changed

scripts/release/post-check-next

Lines changed: 0 additions & 16 deletions
This file was deleted.

scripts/release/publish-latest renamed to scripts/release/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ $BAZEL build --config=release $NPM_PACKAGE_LABELS
2424
# publish all packages in sequence to make it easier to spot any errors or warnings
2525
for packageLabel in $NPM_PACKAGE_LABELS; do
2626
echo "publishing $packageLabel"
27-
$BAZEL run --config=release -- ${packageLabel}.publish --access public --tag latest
27+
$BAZEL run --config=release -- ${packageLabel}.publish --access public --tag v10-lts
2828
done

scripts/release/publish-next

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)