Skip to content

Commit

Permalink
Allow empty
Browse files Browse the repository at this point in the history
  • Loading branch information
juliahayward authored and DoodleBobBuffPants committed Jan 21, 2021
1 parent af5189b commit 3deb3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PERL = docker run --rm -w /app -v "$(realpath .):/app" perl:5-slim perl
BASH = docker run --rm bash:5 bash

release: update_version wait_for_artifacts test
git commit -a -m 'Update to $(VERSION)'
git commit --allow-empty -a -m 'Update to $(VERSION)'
git tag v$(VERSION)
git push origin --atomic $(shell git rev-parse --abbrev-ref HEAD) v$(VERSION)

Expand Down

0 comments on commit 3deb3b0

Please sign in to comment.