2014-12-01 03:40:12 -05:00
|
|
|
NOTES ON RELEASING NEW VERSION OF MONITORING-PLUGINS
|
2009-02-06 06:35:03 -05:00
|
|
|
|
2009-02-06 07:22:22 -05:00
|
|
|
*** Pre-release
|
|
|
|
|
git pull
|
2009-02-06 06:35:03 -05:00
|
|
|
. tools/devmode, if feeling adventurous
|
|
|
|
|
check compilation, check tinderbox screens
|
|
|
|
|
|
2009-02-06 07:22:22 -05:00
|
|
|
*** Prepare and commit files
|
2014-12-01 04:08:02 -05:00
|
|
|
Update NEWS file
|
2009-02-06 06:35:03 -05:00
|
|
|
Update AUTHORS if new members
|
2014-12-01 04:08:02 -05:00
|
|
|
Update configure.ac and NP-VERSION-GEN with version
|
|
|
|
|
commit NEWS configure.ac NP-VERSION-GEN
|
2009-02-06 06:35:03 -05:00
|
|
|
|
2009-09-19 02:03:59 -04:00
|
|
|
*** Create new annotated tag
|
2014-12-01 04:08:02 -05:00
|
|
|
git tag -a v2.1.1 -m v2.1.1
|
2009-09-19 02:03:59 -04:00
|
|
|
|
|
|
|
|
*** Push the code and tag to origin
|
|
|
|
|
git push origin master
|
2014-12-01 04:08:02 -05:00
|
|
|
git push origin v2.1.1
|
2009-02-06 07:22:22 -05:00
|
|
|
|
|
|
|
|
*** Checkout new version
|
2015-04-12 04:16:30 -04:00
|
|
|
rm -fr /tmp/monitoringplug
|
2009-02-06 07:22:22 -05:00
|
|
|
# If you need to checkout the tag, don't forget to "checkout master" later to
|
|
|
|
|
# get back to your development branch:
|
2014-12-01 04:08:02 -05:00
|
|
|
git checkout tags/v2.1.1
|
2009-02-06 07:22:22 -05:00
|
|
|
# Beware: the trailing slash of --prefix is REQUIRED
|
2015-04-12 04:16:30 -04:00
|
|
|
git checkout-index --prefix=/tmp/monitoringplug/ -a
|
2009-02-06 08:04:55 -05:00
|
|
|
|
|
|
|
|
*** Build the tarball
|
2015-04-12 04:16:30 -04:00
|
|
|
cd /tmp/monitoringplug
|
2009-02-06 06:35:03 -05:00
|
|
|
tools/setup
|
|
|
|
|
./configure
|
|
|
|
|
make dist
|
|
|
|
|
|
2014-12-01 04:08:02 -05:00
|
|
|
*** Upload generated tarball to our Project Site
|
2009-02-06 06:35:03 -05:00
|
|
|
|
2009-07-23 08:52:08 -04:00
|
|
|
*** Announce new release
|
2014-01-18 03:40:24 -05:00
|
|
|
Send email to help, announce with the news text
|
|
|
|
|
Add a news item to https://monitoring-plugins.org
|