summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-09-19 06:03:59 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-09-19 06:03:59 (GMT)
commite82b6118400d9cfa76412f562f4b4b9b7262fdcd (patch)
tree507179600346a651b5a255a86372a97d6a77c087 /doc
parentbc26fec6d69d3d7b417e8ae74df58eb22cdd8e34 (diff)
downloadmonitoring-plugins-e82b6118400d9cfa76412f562f4b4b9b7262fdcd.tar.gz
Update RELEASING document with proper tag creation and push commands
Diffstat (limited to 'doc')
-rw-r--r--doc/RELEASING10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/RELEASING b/doc/RELEASING
index ed3e546..34bed93 100644
--- a/doc/RELEASING
+++ b/doc/RELEASING
@@ -16,8 +16,12 @@ Run git2cl (get from http://josefsson.org/git2cl/):
16git2cl >Changelog 16git2cl >Changelog
17commit BUGS NEWS configure.in package.def ChangeLog 17commit BUGS NEWS configure.in package.def ChangeLog
18 18
19*** Create new tag 19*** Create new annotated tag
20git tag release-1.4.14 20git tag -a release-1.4.14 -m release-1.4.14
21
22*** Push the code and tag to origin
23git push origin master
24git push origin release-1.4.14
21 25
22*** Checkout new version 26*** Checkout new version
23rm -fr /tmp/nagioslug 27rm -fr /tmp/nagioslug
@@ -48,7 +52,7 @@ Submit. Get URL to news item
48 52
49SF -> Admin -> File Releases 53SF -> Admin -> File Releases
50Add a release to nagiosplug and create a file release 54Add a release to nagiosplug and create a file release
51Name: 1.4.1 55Name: 1.4.14
52Create release 56Create release
53Step 1: Add release notes pointing to news item 57Step 1: Add release notes pointing to news item
54Step 2: add file 58Step 2: add file