diff options
author | Jan Wagner <waja@cyconet.org> | 2023-10-17 17:56:44 +0200 |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2023-10-17 17:56:44 +0200 |
commit | 8cebcf6e1b7278d1014a1f17c941cecd2ea8f734 (patch) | |
tree | 8344d3cf0a9a061f4b5fed269bd862cda4a8700b /doc/RELEASING.md | |
parent | 2a047014385022c8dc06dad4da0428db14898689 (diff) | |
parent | 63b127e279acfa52e7f62867c7b7b43a10688b17 (diff) | |
download | monitoring-plugins-8cebcf6.tar.gz |
Merge branch 'master' of github.com:monitoring-plugins/monitoring-plugins
Diffstat (limited to 'doc/RELEASING.md')
-rw-r--r-- | doc/RELEASING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/RELEASING.md b/doc/RELEASING.md index 432b1da1..f0932bd4 100644 --- a/doc/RELEASING.md +++ b/doc/RELEASING.md | |||
@@ -2,7 +2,7 @@ Releasing a New Monitoring Plugins Version | |||
2 | ========================================== | 2 | ========================================== |
3 | 3 | ||
4 | Throughout this document, it is assumed that the current Monitoring | 4 | Throughout this document, it is assumed that the current Monitoring |
5 | Plugins version is 2.3.3, and that we're about to publish version 2.4. | 5 | Plugins version is 2.3.4, and that we're about to publish version 2.4. |
6 | It is also assumed that the official repository on GitHub is tracked | 6 | It is also assumed that the official repository on GitHub is tracked |
7 | using the remote name `monitoring-plugins` (rather than `origin`). | 7 | using the remote name `monitoring-plugins` (rather than `origin`). |
8 | 8 | ||
@@ -18,7 +18,7 @@ Prepare and commit files | |||
18 | ------------------------ | 18 | ------------------------ |
19 | 19 | ||
20 | - Update `configure.ac` and `NP-VERSION-GEN` with new version. | 20 | - Update `configure.ac` and `NP-VERSION-GEN` with new version. |
21 | - Update `NEWS` from `git log --reverse v2.3.3..` output, and specify | 21 | - Update `NEWS` from `git log --reverse v2.3.4..` output, and specify |
22 | the release version/date. | 22 | the release version/date. |
23 | - Update `AUTHORS` if there are new team members. | 23 | - Update `AUTHORS` if there are new team members. |
24 | - Update `THANKS.in` using `tools/update-thanks`. | 24 | - Update `THANKS.in` using `tools/update-thanks`. |
@@ -93,6 +93,6 @@ Announce new release | |||
93 | 93 | ||
94 | If you want to mention the number of contributors in the announcement: | 94 | If you want to mention the number of contributors in the announcement: |
95 | 95 | ||
96 | git shortlog -s v2.3.3..v2.4 | wc -l | 96 | git shortlog -s v2.3.4..v2.4 | wc -l |
97 | 97 | ||
98 | <!-- vim:set filetype=markdown textwidth=72: --> | 98 | <!-- vim:set filetype=markdown textwidth=72: --> |