Skip to content

Commit e16f206

Browse files
committed
Release 1.1.12
1 parent ebac9e0 commit e16f206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ release: README.md
1818
git add README.md
1919
git add Makefile
2020
git commit -am "Release $(VERSION)" || true
21-
git tag "$(VERSION)"
21+
git tag "$(VERSION)" || true
2222
git push
2323
git push origin "$(VERSION)"
2424

0 commit comments

Comments
 (0)