Code

Update the devel notes for Git
[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 and package.def 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
26 cd /tmp/nagioslug
27 tools/setup
28 ./configure
29 make dist
31 *** Upload generated tarball to sourceforge
32 sftp upload.sf.net
33 cd uploads
34 put file
36 SF -> Submit News about release. Make sure it is called "Nagios Plugins" (with those caps)
37 Link to download at http://sourceforge.net/project/showfiles.php?group_id=29880
38 Include contents of NEWS for this release
39 List all people on team involved. 
40 Add acknowledgement to contributors
41 Submit. Get URL to news item
43 SF -> Admin -> File Releases
44 Add a release to nagiosplug and create a file release
45 Name: 1.4.1 
46 Create release
47 Step 1: Add release notes pointing to news item
48 Step 2: add file
49 Step 3: *.tar.gz, Platform Independent, Source .gz
50 Step 4: Send notice
52 *** Announce new release
53 Send email to nagiosplug-help, nagios-announce with the news text
54 Add a news item to http://nagiosplugins.org