From e88a2889da629674368378411580363a4b403ce1 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 1 Feb 2023 13:10:17 +0000 Subject: Update release doc to recent versions --- doc/RELEASING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/RELEASING.md') diff --git a/doc/RELEASING.md b/doc/RELEASING.md index 58ec3e16..f40a84a9 100644 --- a/doc/RELEASING.md +++ b/doc/RELEASING.md @@ -11,14 +11,14 @@ Before you start - 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 + maintenance release (e.g., version 2.3.3), update to the current `maint-2.3` tip, instead. Prepare and commit files ------------------------ - Update `configure.ac` and `NP-VERSION-GEN` with new version. -- Update `NEWS` from `git log --reverse v2.3.1..` output, and specify +- Update `NEWS` from `git log --reverse v2.3.2..` 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.1..v2.4 | wc -l + git shortlog -s v2.3.2..v2.4 | wc -l -- cgit v1.2.3-74-g34f1 From fc8a233854c0d59cf637e982b84c836920d718bd Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 2 Feb 2023 10:24:40 +0000 Subject: Updating documentation to new version number --- doc/RELEASING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/RELEASING.md') diff --git a/doc/RELEASING.md b/doc/RELEASING.md index f40a84a9..432b1da1 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.2, and that we're about to publish version 2.4. +Plugins version is 2.3.3, 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`). @@ -11,14 +11,14 @@ Before you start - Check Github Actions status. - Update local Git repository to the current `master` tip. For a - maintenance release (e.g., version 2.3.3), update to the current + maintenance release (e.g., version 2.3.4), update to the current `maint-2.3` tip, instead. Prepare and commit files ------------------------ - Update `configure.ac` and `NP-VERSION-GEN` with new version. -- Update `NEWS` from `git log --reverse v2.3.2..` output, and specify +- Update `NEWS` from `git log --reverse v2.3.3..` 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.2..v2.4 | wc -l + git shortlog -s v2.3.3..v2.4 | wc -l -- cgit v1.2.3-74-g34f1