Skip to content

Commit

Permalink
- Fixed new-release target in Makefile to do a pull before merging th…
Browse files Browse the repository at this point in the history
…e develop branch.
  • Loading branch information
eoyilmaz committed Jun 5, 2023
1 parent 307ea0c commit 542cf52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ new-release:
git commit -m "Version $(VERSION)"
git push
git checkout main
git pull
git merge develop
git tag $(VERSION)
git push origin main --tags
Expand Down

0 comments on commit 542cf52

Please sign in to comment.