Skip to content

Commit

Permalink
Don’t let v1 become the latest gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Feb 14, 2025
1 parent fa0caa3 commit a4d9575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ gum confirm "draft prepared, release $v_new?" || exit 1
gh release edit \
v$v_new \
--verify-tag \
$(if [ $is_prerelease = false ]; then echo --latest; fi) \
--latest=false \
--draft=false \
--discussion-category=Announcements

Expand Down

0 comments on commit a4d9575

Please sign in to comment.