summaryrefslogtreecommitdiffstats
path: root/docs/release-instructions.txt
diff options
context:
space:
mode:
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>