aboutsummaryrefslogtreecommitdiff
path: root/doc/RELEASING.md
diff options
context:
space:
mode:
authorGravatar Sven Nierlein <sven@nierlein.de> 2022-10-19 14:31:59 +0200
committerGravatar Sven Nierlein <sven@nierlein.org> 2022-10-19 14:47:57 +0200
commitd4f71ac2e7370e20b64150db0b859c9ba4b6a098 (patch)
tree035d4199afab4c114bd1826575c83d7392211d93 /doc/RELEASING.md
parenta6af5119d0dd5063a36498ca38153cd7389c2c46 (diff)
downloadmonitoring-plugins-d4f71ac2e7370e20b64150db0b859c9ba4b6a098.tar.gz
release v2.3.2
Diffstat (limited to 'doc/RELEASING.md')
-rw-r--r--doc/RELEASING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/RELEASING.md b/doc/RELEASING.md
index bcd2c5ac..58ec3e16 100644
--- a/doc/RELEASING.md
+++ b/doc/RELEASING.md
@@ -2,14 +2,14 @@ Releasing a New Monitoring Plugins Version
==========================================
Throughout this document, it is assumed that the current Monitoring
-Plugins version is 2.2.1, and that we're about to publish version 2.3.
+Plugins version is 2.3.2, and that we're about to publish version 2.4.
It is also assumed that the official repository on GitHub is tracked
using the remote name `monitoring-plugins` (rather than `origin`).
Before you start
----------------
-- Check Travis CI status.
+- Check Github Actions status.
- Update local Git repository to the current `master` tip. For a
maintenance release (e.g., version 2.3.2), update to the current
`maint-2.3` tip, instead.
@@ -55,7 +55,7 @@ Build the tarball
-----------------
cd /tmp/plugins
- tools/setup
+ tools/setup # requires docbook to be installed
./configure
make dist