Skip to content

Commit

Permalink
Change to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jossue Gamez authored and Jossuecito committed May 11, 2020
1 parent 89b1511 commit bcd2a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ release-patch:

release-major:
git checkout master
git tag $(DOCKER_NEXT_VERSION_MINOR)
git tag $(DOCKER_NEXT_VERSION_MAJOR)
git push --tags --force

release-minor:
git checkout master
git tag $(DOCKER_NEXT_VERSION_MAJOR)
git tag $(DOCKER_NEXT_VERSION_MINOR)
git push --tags --force

0 comments on commit bcd2a93

Please sign in to comment.