summaryrefslogtreecommitdiffstats
path: root/doc/RELEASING
diff options
context:
space:
mode:
Diffstat (limited to 'doc/RELEASING')
-rw-r--r--doc/RELEASING10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/RELEASING b/doc/RELEASING
index ed3e546..34bed93 100644
--- a/doc/RELEASING
+++ b/doc/RELEASING
@@ -16,8 +16,12 @@ Run git2cl (get from http://josefsson.org/git2cl/):
16git2cl >Changelog 16git2cl >Changelog
17commit BUGS NEWS configure.in package.def ChangeLog 17commit BUGS NEWS configure.in package.def ChangeLog
18 18
19*** Create new tag 19*** Create new annotated tag
20git tag release-1.4.14 20git tag -a release-1.4.14 -m release-1.4.14
21
22*** Push the code and tag to origin
23git push origin master
24git push origin release-1.4.14
21 25
22*** Checkout new version 26*** Checkout new version
23rm -fr /tmp/nagioslug 27rm -fr /tmp/nagioslug
@@ -48,7 +52,7 @@ Submit. Get URL to news item
48 52
49SF -> Admin -> File Releases 53SF -> Admin -> File Releases
50Add a release to nagiosplug and create a file release 54Add a release to nagiosplug and create a file release
51Name: 1.4.1 55Name: 1.4.14
52Create release 56Create release
53Step 1: Add release notes pointing to news item 57Step 1: Add release notes pointing to news item
54Step 2: add file 58Step 2: add file