X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tools%2Frelease.sh;h=abd721a176aa562d4e5bd3639fdd5dd54423bdcb;hp=c464c49f72f0dabf6961199d7db6b10230e41996;hb=8de17eb65aef93d8cf379f750777d3163efdf68a;hpb=16f485aca2193b06d182ab30dd5afe36826e92b5 diff --git a/tools/release.sh b/tools/release.sh index c464c49f72..abd721a176 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -125,8 +125,8 @@ do_clean_all() { do_version_commit() { [ "$*" ] || die "usage: $0 commit " - git add configure.in || die "error: no version changes to commit" - git commit -q -m "$*" configure.in + git add configure.ac || die "error: no version changes to commit" + git commit -q -m "$*" configure.ac } do_version_finalize() { @@ -205,7 +205,7 @@ For older NEWS, see the NEWS files associated with each release For more information about contributing test reports, bug fixes, or new features and device support, please read the new Developer Manual (or -the BUGS and PATCHES files in the source archive). +the BUGS and PATCHES.txt files in the source archive). NEWS git add NEWS @@ -281,7 +281,7 @@ do_reset() { maybe_bootstrap maybe_configure do_clean_all - git checkout configure.in + git checkout configure.ac } LONGOPTS="fast,final,start-rc,next-tag:,next:,help"