[monitoring-plugins] Update documentation with latest release
waja
git at monitoring-plugins.org
Tue Oct 17 18:00:14 CEST 2023
Module: monitoring-plugins
Branch: master
Commit: 14e6b33c8580de5c3c91ac835f8085581e71ee6d
Author: Jan Wagner <waja at cyconet.org>
Committer: waja <waja at users.noreply.github.com>
Date: Tue Oct 17 16:40:31 2023 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=14e6b33
Update documentation with latest release
---
doc/RELEASING.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/RELEASING.md b/doc/RELEASING.md
index 432b1da..f0932bd 100644
--- a/doc/RELEASING.md
+++ b/doc/RELEASING.md
@@ -2,7 +2,7 @@ Releasing a New Monitoring Plugins Version
==========================================
Throughout this document, it is assumed that the current Monitoring
-Plugins version is 2.3.3, and that we're about to publish version 2.4.
+Plugins version is 2.3.4, 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`).
@@ -18,7 +18,7 @@ Prepare and commit files
------------------------
- Update `configure.ac` and `NP-VERSION-GEN` with new version.
-- Update `NEWS` from `git log --reverse v2.3.3..` output, and specify
+- Update `NEWS` from `git log --reverse v2.3.4..` output, and specify
the release version/date.
- Update `AUTHORS` if there are new team members.
- Update `THANKS.in` using `tools/update-thanks`.
@@ -93,6 +93,6 @@ Announce new release
If you want to mention the number of contributors in the announcement:
- git shortlog -s v2.3.3..v2.4 | wc -l
+ git shortlog -s v2.3.4..v2.4 | wc -l
<!-- vim:set filetype=markdown textwidth=72: -->
More information about the Commits
mailing list