diff options
Diffstat (limited to 'doc')
-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 bcd2c5a..58ec3e1 100644 --- a/doc/RELEASING.md +++ b/doc/RELEASING.md | |||
@@ -2,14 +2,14 @@ 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.2.1, and that we're about to publish version 2.3. | 5 | Plugins version is 2.3.2, 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 | ||
9 | Before you start | 9 | Before you start |
10 | ---------------- | 10 | ---------------- |
11 | 11 | ||
12 | - Check Travis CI status. | 12 | - Check Github Actions status. |
13 | - Update local Git repository to the current `master` tip. For a | 13 | - Update local Git repository to the current `master` tip. For a |
14 | maintenance release (e.g., version 2.3.2), update to the current | 14 | maintenance release (e.g., version 2.3.2), update to the current |
15 | `maint-2.3` tip, instead. | 15 | `maint-2.3` tip, instead. |
@@ -55,7 +55,7 @@ Build the tarball | |||
55 | ----------------- | 55 | ----------------- |
56 | 56 | ||
57 | cd /tmp/plugins | 57 | cd /tmp/plugins |
58 | tools/setup | 58 | tools/setup # requires docbook to be installed |
59 | ./configure | 59 | ./configure |
60 | make dist | 60 | make dist |
61 | 61 | ||