diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-03-04 21:03:43 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-03-04 21:03:43 (GMT) |
commit | 40670c97c9f4f92c4697b7ed7f8c55e3811b25c9 (patch) | |
tree | 9c3ee7cc4a92ebf719506c521e2fe1aa3d49d1cc | |
parent | 0074c80300e51c9c13fa9039ed4a1803d6e56f4e (diff) | |
download | monitoring-plugins-40670c97c9f4f92c4697b7ed7f8c55e3811b25c9.tar.gz |
Notes on branching
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1143 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | doc/RELEASING | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/RELEASING b/doc/RELEASING index 4f61c30..0f708f3 100644 --- a/doc/RELEASING +++ b/doc/RELEASING | |||
@@ -11,6 +11,9 @@ commit new ChangeLog | |||
11 | 11 | ||
12 | Check configure.in with right version | 12 | Check configure.in with right version |
13 | cvs tag r1_4-alpha2 | 13 | cvs tag r1_4-alpha2 |
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? | ||
14 | 17 | ||
15 | checkout new version: | 18 | checkout new version: |
16 | cd /tmp | 19 | cd /tmp |
@@ -30,7 +33,7 @@ put file | |||
30 | SF -> Submit News about release. | 33 | SF -> Submit News about release. |
31 | Get URL to news item | 34 | Get URL to news item |
32 | 35 | ||
33 | SF -> Admin -> File Release System | 36 | SF -> Admin -> File Releases |
34 | Add a release to nagiosplug and create a file release | 37 | Add a release to nagiosplug and create a file release |
35 | name: 1.4-alpha2. Commit | 38 | name: 1.4-alpha2. Commit |
36 | Step 1: Add release notes pointing to news item | 39 | Step 1: Add release notes pointing to news item |
@@ -40,5 +43,5 @@ Step 4: Send notice | |||
40 | 43 | ||
41 | Send email to nagiosplug-help, nagios-announce | 44 | Send email to nagiosplug-help, nagios-announce |
42 | 45 | ||
43 | Change version number in configure.in and package.def | 46 | Change to next version number in configure.in and package.def |
44 | 47 | ||