summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-12-19 23:04:47 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-12-19 23:04:47 -0600
commit58102c86f292e3c6ce4703e07eabbc6c0fcbf171 (patch)
tree54a517ecd5ab04a16695c6da7e13008b3490f794 /docs
parent5e2c5817033073dbb990d6a2e63e1b355ce42700 (diff)
downloadmock-58102c86f292e3c6ce4703e07eabbc6c0fcbf171.tar.gz
mock-58102c86f292e3c6ce4703e07eabbc6c0fcbf171.tar.xz
mock-58102c86f292e3c6ce4703e07eabbc6c0fcbf171.zip
fixup release instructions so that tags properly pushed.
Diffstat (limited to 'docs')
-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 cffb38a..f33b881 100644
--- a/docs/release-instructions.txt
+++ b/docs/release-instructions.txt
@@ -25,8 +25,9 @@ In the git tree:
$ git commit -m 'version bump' configure.ac
11) tag the git tree:
$ git tag -u <your key> mock-<version>
- 12) push to main git repo:
- $ git push
+ 12) push to main git repo (only from master branch):
+ # substitute 'master' with branch name if on another branch
+ $ git push --tags origin master
=====================================================================