From: Daiki Ueno Date: Tue, 22 Apr 2014 07:05:51 +0000 (+0900) Subject: maint: Mention Git tag based versioning in Admin/release-steps X-Git-Tag: v0.19~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aba9b27d89c360d358f33715928f205988e0b718;p=thirdparty%2Fgettext.git maint: Mention Git tag based versioning in Admin/release-steps --- diff --git a/Admin/release-steps b/Admin/release-steps index f942d2a7a..2a634ba0d 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -31,8 +31,6 @@ Tasks not to forget before release: - Bump po-mode-version-string in gettext-tools/misc/po-mode.el. -- Bump version number and release date in version.sh. - - Verify that the C files generated from *.y files contain no absolute filenames. @@ -47,8 +45,8 @@ Tasks not to forget before release: gettext-runtime/libasprintf/NEWS gettext-runtime/NEWS -- Update git submodules. - git submodule foreach git pull origin master +- Tag the repository (don't push it to the remote repository yet). + git tag -m 'gettext 0.19.0 release' v0.19.0 - Iterate: ./rerun-autogen @@ -62,7 +60,9 @@ Tasks not to forget before release: until it builds and installs fine on the said platforms. - Commit all the files in gnulib. -- Update the version number and commit identifier in autogen.sh. + +- Update git submodules. + git submodule foreach git pull origin master - Add an entry to all the ChangeLogs except gettext-tools/examples/hello-c++-kde/admin/ChangeLog. @@ -72,6 +72,7 @@ Tasks not to forget before release: cp archive.dir.tar.gz- archive.dir.tar.gz ./add-to-archive /somewhere/gettext-0.xx.yy.tar.gz Then update the case statement in autopoint.in. +- run "update-po.sh" to generate PO files with the built tools - again: "make dist" * Upload gettext-0.xx.yy.tar.gz to ftp.gnu.org, according to the @@ -85,8 +86,7 @@ Tasks not to forget before release: gnulib/build-aux/gnupload --to alpha.gnu.org:gettext \ --symlink-regex archive.dir-0.xx.yy.tar.gz -- Tag the repository, using a simple tag and optionally a branch tag. - git tag -m 'gettext 0.18 release' v0.18 +- Push tag to the repository. git push --tags - Update the homepage on www.gnu.org: