X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=doc%2FRELEASING;h=34bed9394dfcfbb0495180056428673323cc593e;hb=b8e2850c1add8031a11d951bec1459b203582299;hp=4bcc131deb217098e0b8660204de489a08e11a0a;hpb=7082ff2abd33fed79539299af8ddc9cd50b5c429;p=nagiosplug.git diff --git a/doc/RELEASING b/doc/RELEASING index 4bcc131..34bed93 100644 --- a/doc/RELEASING +++ b/doc/RELEASING @@ -1,5 +1,8 @@ NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG +NB: A copy of this document is located at: + http://nagiosplugins.org/node/96 + *** Pre-release git pull . tools/devmode, if feeling adventurous @@ -8,13 +11,17 @@ check compilation, check tinderbox screens *** Prepare and commit files Update BUGS, NEWS file Update AUTHORS if new members -Update configure.in and package.def with version +Update configure.in, package.def and NP-VERSION-GEN with version 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 @@ -23,26 +30,29 @@ rm -fr /tmp/nagioslug git checkout tags/release-1.4.14 # Beware: the trailing slash of --prefix is REQUIRED git checkout-index --prefix=/tmp/nagioslug/ -a + +*** Build the tarball cd /tmp/nagioslug tools/setup ./configure make dist *** Upload generated tarball to sourceforge -sftp upload.sf.net -cd uploads +sftp frs.sourceforge.net +SF username and password +cd /uploads put file SF -> Submit News about release. Make sure it is called "Nagios Plugins" (with those caps) Link to download at http://sourceforge.net/project/showfiles.php?group_id=29880 Include contents of NEWS for this release -List all people on team involved. +List all people on team involved. Add acknowledgement to contributors 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