diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-09-19 02:03:59 -0400 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-09-19 02:03:59 -0400 |
commit | e82b6118400d9cfa76412f562f4b4b9b7262fdcd (patch) | |
tree | 507179600346a651b5a255a86372a97d6a77c087 /doc | |
parent | bc26fec6d69d3d7b417e8ae74df58eb22cdd8e34 (diff) | |
download | monitoring-plugins-e82b6118400d9cfa76412f562f4b4b9b7262fdcd.tar.gz |
Update RELEASING document with proper tag creation and push commands
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RELEASING | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/RELEASING b/doc/RELEASING index ed3e546c..34bed939 100644 --- a/doc/RELEASING +++ b/doc/RELEASING @@ -16,8 +16,12 @@ Run git2cl (get from http://josefsson.org/git2cl/): git2cl >Changelog commit BUGS NEWS configure.in package.def ChangeLog -*** Create new tag -git tag release-1.4.14 +*** Create new annotated tag +git tag -a release-1.4.14 -m release-1.4.14 + +*** Push the code and tag to origin +git push origin master +git push origin release-1.4.14 *** Checkout new version rm -fr /tmp/nagioslug @@ -48,7 +52,7 @@ Submit. Get URL to news item SF -> Admin -> File Releases Add a release to nagiosplug and create a file release -Name: 1.4.1 +Name: 1.4.14 Create release Step 1: Add release notes pointing to news item Step 2: add file |