]> Dogcows Code - chaz/openbox/blobdiff - release/go
Add a note to add the version to the bug tracker for new releases.
[chaz/openbox] / release / go
index f54e80148d4f543b06cab395134ac988ada6e681..71db221ca4a412f8a239d00ad86cbc932380268b 100755 (executable)
@@ -127,7 +127,7 @@ ASC="openbox-$VERSION.tar.gz.asc"
 echo Found Openbox release tarball:
 ls -d openbox-*.tar.gz
 test -e "$TAR" || \
-  error "Specified version does not match configure.am"
+  error "Specified version does not match configure.ac"
 
 # SIGN THE TARBALL
 
@@ -152,12 +152,17 @@ echo
 echo Edit changelog:
 echo "  http://openbox.org/oldwiki/index.php?title=Openbox:Changelog&action=edit&section=1"
 echo
+echo Add the version to the bug tracker:
+echo "  https://bugzilla.icculus.org/editversions.cgi?action=add&product=Openbox"
+echo
 echo Push the tag:
 echo "  git push origin tag release-$VERSION"
 echo
 echo Email:
 echo "  ./release/email $*"
 echo
+echo Update IRC topic and have a beer/juice!
+echo
 cd "$SRCDIR"
 ls -l "$TAR" "$ASC"
 
This page took 0.020953 seconds and 4 git commands to generate.