Skip to content

Commit

Permalink
Allow tagging released version as canary
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fahlander committed Jan 15, 2025
1 parent c550373 commit 3d8768c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ validate_semver $next_version

if echo "$next_version" | grep -q "-"; then
NPMTAG="next$master_suffix"
else if "$1" = "canary"; then
NPMTAG="canary$master_suffix"
else
NPMTAG="latest$master_suffix"
fi
Expand Down

0 comments on commit 3d8768c

Please sign in to comment.