Skip to content

Commit

Permalink
new version script
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Feb 24, 2024
1 parent bea7b2d commit dfc78b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ echo "新版本号:$new_version"

git diff
git add $version_file
git commit -m "new version v$version"
git tag v$version
git commit -m "new version v$new_version"
git tag v$new_version
git push -u origin main --tags

0 comments on commit dfc78b6

Please sign in to comment.