monitoring-plugins/doc/RELEASING

40 lines
1 KiB
Text
Raw Normal View History

2014-12-01 03:40:12 -05:00
NOTES ON RELEASING NEW VERSION OF MONITORING-PLUGINS
2009-02-06 07:22:22 -05:00
*** Pre-release
git pull
. tools/devmode, if feeling adventurous
check compilation, check tinderbox screens
2009-02-06 07:22:22 -05:00
*** Prepare and commit files
Update NEWS file
Update AUTHORS if new members
Update configure.ac and NP-VERSION-GEN with version
commit NEWS configure.ac NP-VERSION-GEN
*** Create new annotated tag
git tag -a v2.1.1 -m v2.1.1
*** Push the code and tag to origin
git push origin master
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:
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
*** Build the tarball
2015-04-12 04:16:30 -04:00
cd /tmp/monitoringplug
tools/setup
./configure
make dist
*** Upload generated tarball to our Project Site
*** Announce new release
Send email to help, announce with the news text
Add a news item to https://monitoring-plugins.org