Skip to content

Commit

Permalink
[NEW] Adds offer to push to origin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Jul 13, 2023
1 parent 35630a8 commit 66257bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/tag-release.fish
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,9 @@ allow_or_exit "Now merging branch '$git_branch' into 'main' …"
git checkout main
git pull --tags
git merge -m "[MRG] Merges release '$release_tag'" --no-edit --no-ff $git_branch

allow_or_exit "Push main to remote?"
git push

echo "Done!"
echo

0 comments on commit 66257bb

Please sign in to comment.