X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/b3755e7a2ba74861a06395f03acbae14f330652f..669a6a78d72c00e5229266e7a5f9effcb703132f:/Makefile.am diff --git a/Makefile.am b/Makefile.am index b895e7c..be3a4b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ changelog: git-release: head -1 ChangeLog | grep -q "to v$(VERSION)" - head -1 RELEASE-NOTES | grep -q "udev $(VERSION)" + head -1 RELEASE-NOTES | grep -q "bti $(VERSION)" git commit -a -m "release $(VERSION)" cat .git/refs/heads/master > .git/refs/tags/$(VERSION) git gc