[monitoring-plugins] doc/RELEASING.md: Don't forget to commit NEWS
Holger Weiss <[email protected]> Tue, 29 Nov 2016 09:00:12 +0100 (CET)
| Newsgroups | gmane.network.nagios.cvs |
|---|---|
| Message-ID | <20161129080012.E819420083A2__25220.1192350642$1480406423$gmane$org@orwell.monitoring-plugins.org> |
Module: monitoring-plugins Branch: master Commit: d7de5e562a767ab964baea9bd5c47e433fe9afa6 Author: Holger Weiss <[email protected]> Date: Tue Nov 29 08:54:29 2016 +0100 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d7de5e5 doc/RELEASING.md: Don't forget to commit NEWS --- doc/RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/RELEASING.md b/doc/RELEASING.md index 94df91c..8fe3aaa 100644 --- a/doc/RELEASING.md +++ b/doc/RELEASING.md @@ -17,14 +17,14 @@ Before you start Prepare and commit files ------------------------ +- Update `configure.ac` and `NP-VERSION-GEN` with new version. - Update `NEWS` from `git log --reverse v2.2.1..` output, and specify the release version/date. -- Update `configure.ac` and `NP-VERSION-GEN` with new version. - Update `AUTHORS` if there are new team members. - Update `THANKS.in` using `tools/update-thanks`. - Commit the results: - git commit configure.ac NP-VERSION-GEN AUTHORS THANKS.in + git commit configure.ac NP-VERSION-GEN NEWS AUTHORS THANKS.in Create annotated tag --------------------