[monitoring-plugins] doc/RELEASING.md: Fix code blocks within lists
Holger Weiss
git at monitoring-plugins.org
Tue Nov 29 08:50:11 CET 2016
Module: monitoring-plugins
Branch: master
Commit: f4f9c4f9794d1796af298ef07dc4207f5c2965cf
Author: Holger Weiss <holger at zedat.fu-berlin.de>
Date: Tue Nov 29 08:44:00 2016 +0100
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f4f9c4f
doc/RELEASING.md: Fix code blocks within lists
Code blocks within lists must be indented with eight spaces.
---
doc/RELEASING.md | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/doc/RELEASING.md b/doc/RELEASING.md
index 4517281..03ebb75 100644
--- a/doc/RELEASING.md
+++ b/doc/RELEASING.md
@@ -21,11 +21,11 @@ Prepare and commit files
- Update `AUTHORS` if there are new team members.
- Update `THANKS.in`:
- tools/update-thanks
+ tools/update-thanks
- Commit the results:
- git commit configure.ac NP-VERSION-GEN AUTHORS THANKS.in
+ git commit configure.ac NP-VERSION-GEN AUTHORS THANKS.in
Create annotated tag
--------------------
@@ -78,12 +78,13 @@ Announce new release
- In the site.git repository,
- - create `web/input/news/release-2-3.md`,
- - update the `plugins_release` version in `web/macros.py`, and
+ - create `web/input/news/release-2-3.md`
+ - update the `plugins_release` version in `web/macros.py`
+ - commit and push the result:
- git add web/input/news/release-2-3.md
- git commit web/input/news/release-2-3.md web/macros.py
- git push origin master
+ git add web/input/news/release-2-3.md
+ git commit web/input/news/release-2-3.md web/macros.py
+ git push origin master
- Post an announcement on (at least) the following mailing lists:
More information about the Commits
mailing list