Skip to content

Commit

Permalink
Don't tag dev repo
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Jul 4, 2024
1 parent 1138ce3 commit 2571da7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ tag:
@echo "git tag -s -F /dev/stdin `head -n1 CHANGES` <<'EOF'"
@echo "`awk -v 'RS=\n\n\n' -v 'FS=\n\n' '{print $$2;exit}' CHANGES`"
@echo EOF
@echo git push origin `head -n1 CHANGES`
@echo git push upstream `head -n1 CHANGES`

YEAR:=$(shell date +%Y)
Expand Down

0 comments on commit 2571da7

Please sign in to comment.