Code

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