diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-29 08:54:29 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-29 08:54:29 +0100 |
commit | d7de5e562a767ab964baea9bd5c47e433fe9afa6 (patch) | |
tree | a3dcf6052f1f98dabf245d27ab8f6925e5301a04 /doc | |
parent | 93658c793bc1772dce1e89bdbff7d0a94254c663 (diff) | |
download | monitoring-plugins-d7de5e562a767ab964baea9bd5c47e433fe9afa6.tar.gz |
doc/RELEASING.md: Don't forget to commit NEWS
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RELEASING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/RELEASING.md b/doc/RELEASING.md index 94df91c1..8fe3aaa8 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 -------------------- |