From e800202a1bf3a0099fd225036b101d406b549df3 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 29 Nov 2016 08:34:04 +0100 Subject: Rewrite doc/RELEASING notes Update the documentation on creating a Monitoring Plugins release, and convert it to Markdown. --- doc/RELEASING | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 doc/RELEASING (limited to 'doc/RELEASING') diff --git a/doc/RELEASING b/doc/RELEASING deleted file mode 100644 index 30c81ccf..00000000 --- a/doc/RELEASING +++ /dev/null @@ -1,39 +0,0 @@ -NOTES ON RELEASING NEW VERSION OF MONITORING-PLUGINS - -*** Pre-release -git pull -. tools/devmode, if feeling adventurous -check compilation, check tinderbox screens - -*** 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 - -*** Checkout new version -rm -fr /tmp/monitoringplug -# 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 -# Beware: the trailing slash of --prefix is REQUIRED -git checkout-index --prefix=/tmp/monitoringplug/ -a - -*** Build the tarball -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 -- cgit v1.2.3-74-g34f1