mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-12 23:02:41 +00:00
Use version as tag message in release script to skip editor prompt
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
76d863ca10
commit
2affe99537
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ echo "Updated $CARGO_TOML"
|
|||
|
||||
git add "$CARGO_TOML"
|
||||
git commit -m "Bump version to $new_version"
|
||||
git tag "$tag"
|
||||
git tag -a "$tag" -m "$tag"
|
||||
git push origin main "$tag"
|
||||
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue