Skip to content

Commit 3f8cf10

Browse files
committed
Makefile
1 parent a059036 commit 3f8cf10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ tag_latest:
1616

1717
release: build test tag_latest
1818
@if ! docker images $(NAME) | awk '{ print $$2 }' | grep -q -F $(VERSION); then echo "$(NAME) version $(VERSION) is not yet built. Please run 'make build'"; false; fi
19-
@if ! head -n 1 CHANGELOG.md | grep -q 'release date'; then echo 'Please note the release date in Changelog.md.' && false; fi
2019
docker push $(NAME)
2120
@echo "*** Don't forget to run 'twgit release/hotfix finish' :)"

0 commit comments

Comments
 (0)