Code

Add accidentally removed line plus a note about the web copy
[nagiosplug.git] / doc / RELEASING
1 NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG
3 NB: A copy of this document is located at:
4     http://nagiosplugins.org/node/96
6 *** Pre-release
7 git pull
8 . tools/devmode, if feeling adventurous
9 check compilation, check tinderbox screens
11 *** Prepare and commit files
12 Update BUGS, NEWS file
13 Update AUTHORS if new members
14 Update configure.in, package.def and NP-VERSION-GEN with version
15 Run git2cl (get from http://josefsson.org/git2cl/):
16 git2cl >Changelog
17 commit BUGS NEWS configure.in package.def ChangeLog
19 *** Create new tag
20 git tag release-1.4.14
22 *** Checkout new version
23 rm -fr /tmp/nagioslug
24 # If you need to checkout the tag, don't forget to "checkout master" later to
25 # get back to your development branch:
26 git checkout tags/release-1.4.14
27 # Beware: the trailing slash of --prefix is REQUIRED
28 git checkout-index --prefix=/tmp/nagioslug/ -a
30 *** Build the tarball
31 cd /tmp/nagioslug
32 tools/setup
33 ./configure
34 make dist
36 *** Upload generated tarball to sourceforge
37 sftp frs.sourceforge.net
38 SF username and password
39 cd /uploads
40 put file
42 SF -> Submit News about release. Make sure it is called "Nagios Plugins" (with those caps)
43 Link to download at http://sourceforge.net/project/showfiles.php?group_id=29880
44 Include contents of NEWS for this release
45 List all people on team involved.
46 Add acknowledgement to contributors
47 Submit. Get URL to news item
49 SF -> Admin -> File Releases
50 Add a release to nagiosplug and create a file release
51 Name: 1.4.1
52 Create release
53 Step 1: Add release notes pointing to news item
54 Step 2: add file
55 Step 3: *.tar.gz, Platform Independent, Source .gz
56 Step 4: Send notice
58 *** Announce new release
59 Send email to nagiosplug-help, nagios-announce with the news text
60 Add a news item to http://nagiosplugins.org