summaryrefslogtreecommitdiffstats
path: root/docs/release-instructions.txt
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-11-23 09:59:54 -0600
committerClark Williams <williams@redhat.com>2009-11-23 09:59:54 -0600
commitf7b4f6cb7ff4330ce7359d1036a771363837d046 (patch)
tree50f5eef12832c096f1371c93467d31555718a29a /docs/release-instructions.txt
parent9601a606d7f9097d42db104f54d843e2b3fc8b08 (diff)
downloadmock-f7b4f6cb7ff4330ce7359d1036a771363837d046.tar.gz
mock-f7b4f6cb7ff4330ce7359d1036a771363837d046.tar.xz
mock-f7b4f6cb7ff4330ce7359d1036a771363837d046.zip
version bump to 1.0.0mock-1.0.0
Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'docs/release-instructions.txt')
-rw-r--r--docs/release-instructions.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/release-instructions.txt b/docs/release-instructions.txt
index 7bd5aec..671551d 100644
--- a/docs/release-instructions.txt
+++ b/docs/release-instructions.txt
@@ -14,7 +14,7 @@ In the git tree:
$ git checkout master
2) merge any changes from local branches
$ git merge mybranch
- 3) update configure.ac with new version info
+ 3) update configure.ac with new version info (don't commit yet)
4) update the %changelog section of mock.spec.in
5) run 'autogen.sh' to update autoconf files
6) run 'configure' to generate Makefile and mock.spec
@@ -25,7 +25,8 @@ In the git tree:
10) check in any changes
11) remove ChangeLog and AUTHORS
12) run 'make dist' to generate ChangeLog and AUTHORS files
- 13) update version info in 'configure.ac' and commit it:
+ 13) commit conigure.ac and any other changes with a
+ version bump message:
$ git commit -m 'version bump' configure.ac
14) tag the git tree:
$ git tag -u <your key> mock-<version>