Skip to content

Commit

Permalink
Switch to pushing to upstream for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Apr 25, 2024
1 parent 1087c09 commit 5599916
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ clean:
release: build
$(GIT) tag -f $(RELEASE_TAG)
$(GIT) tag -f v${VERSION}
$(GIT) push origin
$(GIT) push --force origin tag $(RELEASE_TAG)
$(GIT) push --force origin tag v${VERSION}
$(GIT) push upstream
$(GIT) push --force upstream tag $(RELEASE_TAG)
$(GIT) push --force upstream tag v${VERSION}
$(MAKE) bump_version
$(GIT) push origin main
$(GIT) push upstream main

bump_version: version := $(shell dc -f version -e '1 + p')
bump_version:
Expand Down

0 comments on commit 5599916

Please sign in to comment.