diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-09-19 13:46:04 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-09-19 13:46:04 (GMT) |
commit | c46ee2e8352444883061c413183db399468a889f (patch) | |
tree | 8f62b9f18b0bb80bb40b739e8517cfd7a83b9884 /doc/RELEASING | |
parent | 291a30d024b2ba500515c9759522d234aa9cd8e6 (diff) | |
download | monitoring-plugins-c46ee2e8352444883061c413183db399468a889f.tar.gz |
Reminders for news item and tag format
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1226 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc/RELEASING')
-rw-r--r-- | doc/RELEASING | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/doc/RELEASING b/doc/RELEASING index 0f708f3..c1c9d06 100644 --- a/doc/RELEASING +++ b/doc/RELEASING | |||
@@ -9,11 +9,8 @@ Update BUGS file, if this is a major release | |||
9 | Run cvs2cl.pl | 9 | Run cvs2cl.pl |
10 | commit new ChangeLog | 10 | commit new ChangeLog |
11 | 11 | ||
12 | Check configure.in with right version | 12 | Check configure.in and package.def with right version |
13 | cvs tag r1_4-alpha2 | 13 | cvs tag r1_4_1 |
14 | If a main release (eg, non alpha/beta), branch here: | ||
15 | cvs tab -b r1_4-patches | ||
16 | Consider the SF snapshot branches - should you remove any other branches? | ||
17 | 14 | ||
18 | checkout new version: | 15 | checkout new version: |
19 | cd /tmp | 16 | cd /tmp |
@@ -31,17 +28,18 @@ cd /incoming | |||
31 | put file | 28 | put file |
32 | 29 | ||
33 | SF -> Submit News about release. | 30 | SF -> Submit News about release. |
31 | List major changes. | ||
32 | List all people on team involved. | ||
33 | Add acknowledgement to contributors | ||
34 | Get URL to news item | 34 | Get URL to news item |
35 | 35 | ||
36 | SF -> Admin -> File Releases | 36 | SF -> Admin -> File Releases |
37 | Add a release to nagiosplug and create a file release | 37 | Add a release to nagiosplug and create a file release |
38 | name: 1.4-alpha2. Commit | 38 | Name: 1.4-alpha2. Create release |
39 | Step 1: Add release notes pointing to news item | 39 | Step 1: Add release notes pointing to news item |
40 | Step 2: add file | 40 | Step 2: add file |
41 | Step 3: *.tar.gz, Platform Independent, Source .gz | 41 | Step 3: *.tar.gz, Platform Independent, Source .gz |
42 | Step 4: Send notice | 42 | Step 4: Send notice |
43 | 43 | ||
44 | Send email to nagiosplug-help, nagios-announce | 44 | Send email to nagiosplug-help, nagios-announce with the news text |
45 | |||
46 | Change to next version number in configure.in and package.def | ||
47 | 45 | ||