diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-29 07:54:29 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-29 07:54:29 (GMT) |
commit | d7de5e562a767ab964baea9bd5c47e433fe9afa6 (patch) | |
tree | a3dcf6052f1f98dabf245d27ab8f6925e5301a04 /doc/RELEASING.md | |
parent | 93658c793bc1772dce1e89bdbff7d0a94254c663 (diff) | |
download | monitoring-plugins-d7de5e562a767ab964baea9bd5c47e433fe9afa6.tar.gz |
doc/RELEASING.md: Don't forget to commit NEWS
Diffstat (limited to 'doc/RELEASING.md')
-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 94df91c..8fe3aaa 100644 --- a/doc/RELEASING.md +++ b/doc/RELEASING.md | |||
@@ -17,14 +17,14 @@ Before you start | |||
17 | Prepare and commit files | 17 | Prepare and commit files |
18 | ------------------------ | 18 | ------------------------ |
19 | 19 | ||
20 | - Update `configure.ac` and `NP-VERSION-GEN` with new version. | ||
20 | - Update `NEWS` from `git log --reverse v2.2.1..` output, and specify | 21 | - Update `NEWS` from `git log --reverse v2.2.1..` output, and specify |
21 | the release version/date. | 22 | the release version/date. |
22 | - Update `configure.ac` and `NP-VERSION-GEN` with new version. | ||
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`. |
25 | - Commit the results: | 25 | - Commit the results: |
26 | 26 | ||
27 | git commit configure.ac NP-VERSION-GEN AUTHORS THANKS.in | 27 | git commit configure.ac NP-VERSION-GEN NEWS AUTHORS THANKS.in |
28 | 28 | ||
29 | Create annotated tag | 29 | Create annotated tag |
30 | -------------------- | 30 | -------------------- |