summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author127.0.0.1 <annarchy.freedesktop.org>2013-02-23 00:56:12 +0000
committer127.0.0.1 <annarchy.freedesktop.org>2013-02-23 00:56:12 +0000
commit3fe8ed987c594adb99d31bca7a696549901b4454 (patch)
treee7b5e6b3477cd2d15c5cb0a51f09a04be5dbe556
parenta477c9d6624986960d55270fdfa7fb4cf0f7c68e (diff)
-rw-r--r--ReleaseChecklist.moin4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseChecklist.moin b/ReleaseChecklist.moin
index 58a1174..e867373 100644
--- a/ReleaseChecklist.moin
+++ b/ReleaseChecklist.moin
@@ -8,13 +8,13 @@ Tarballs go to: `annarchy.freedesktop.org:/srv/nice.freedesktop.org/www/releases
* Bump the version number in configure.ac and remove the nano version
* set the NICE_RELEASE to 'yes' in configure.ac
* Update the NICE_CURRENT, NICE_AGE and NICE_REVISION in configure.ac
+ * `export VERSION="x.y.z"`
* `git commit -am "version $VERSION"`
* `./autogen.sh --enable-gtk-doc`
* `make check` (partly for one last check, partly to keep gtk-doc happy)
* `make distcheck`
* `git tag -s "$VERSION" -m "Libnice release $VERSION"`
- * `git push --tags origin`
- * `git push --tags main`
+ * `git push origin $VERSION
* Increment version in configure.ac by adding a nano version
* set NICE_RELEASE to 'no' in configure.ac
* `git commit -am "version $VERSION"`