Skip to content

Commit

Permalink
push tag and commit on tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
IamLizu committed Jul 2, 2023
1 parent b0551e8 commit a206808
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ git commit -S -m "release $new_version"
# Tag the release
echo "Tagging version $new_version"
git tag -s "$new_version" -m "release $new_version"

# Push the commit and tag
echo "Pushing commit and tag"
git push --follow-tags origin master

0 comments on commit a206808

Please # to comment.