Skip to content

Commit

Permalink
... and push!
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-24 committed Feb 15, 2024
1 parent 086dc04 commit e83f699
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ git pull

# bump version
bump2version "$RELEASE_PART" --verbose
git push --follow-tags origin $MAIN_BRANCH

git push $REMOTE $DEV_BRANCH
git push --follow-tags origin $DEV_BRANCH

# go to $MAIN_BRANCH, ensure latest version and merge $DEV_BRANCH in it (then push)
git checkout ${MAIN_BRANCH}
Expand Down

0 comments on commit e83f699

Please # to comment.