[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2241] nagiosplug/trunk/doc/RELEASING

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Sat Sep 19 08:05:56 CEST 2009


Revision: 2241
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2241&view=rev
Author:   dermoth
Date:     2009-09-19 06:05:56 +0000 (Sat, 19 Sep 2009)

Log Message:
-----------
Update RELEASING document with proper tag creation and push commands

From: Thomas Guyot-Sionnest <dermoth at aei.ca>

Modified Paths:
--------------
    nagiosplug/trunk/doc/RELEASING

Modified: nagiosplug/trunk/doc/RELEASING
===================================================================
--- nagiosplug/trunk/doc/RELEASING	2009-09-16 08:36:52 UTC (rev 2240)
+++ nagiosplug/trunk/doc/RELEASING	2009-09-19 06:05:56 UTC (rev 2241)
@@ -16,9 +16,13 @@
 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
 # If you need to checkout the tag, don't forget to "checkout master" later to
@@ -48,7 +52,7 @@
 
 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list