Skip to content

Commit 74f92f4

Browse files
committed
Disable automatic changelog creation for now
(cherry picked from commit fd25910)
1 parent bb56015 commit 74f92f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ asf-dist-sign-rc: asf-dist-rc
8181
sha1sum -b $(distdir)-rc$(RC).tar.bz2 >$(distdir)-rc$(RC).tar.bz2.sha1
8282
gpg --armor --output $(distdir)-rc$(RC).tar.bz2.asc --detach-sig $(distdir)-rc$(RC).tar.bz2
8383

84-
release: changelog asf-dist-sign
84+
release: asf-dist-sign
8585
git tag -fs -m "Release $(VERSION)" $(VERSION)
8686

87-
rel-candidate: changelog asf-dist-sign-rc
87+
rel-candidate: asf-dist-sign-rc
8888
git tag -fs -m "Release Candidate $(VERSION)-rc$(RC)" $(VERSION)-rc$(RC)
8989

9090
examples: all

0 commit comments

Comments
 (0)