Skip to content

Commit

Permalink
remove pushes, add reminder note
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-garrison committed Jun 14, 2024
1 parent e31bca0 commit eb9121e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,10 @@ release: ## Create a new release
git add config/ && \
git commit -m "release: $$VERSION" && \
git tag -a "$$VERSION" -m "Release $$VERSION" && \
git push origin --tags && \
$(MAKE) update-manifests VERSION="latest" && \
git add config/ && \
git commit -m "release: next iteration"
git push origin main
@echo "Done, don't forget to push. When pushing, add --tags to your call."

##@ Deployment

Expand Down

0 comments on commit eb9121e

Please sign in to comment.