diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-29 08:51:52 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-29 08:51:52 +0100 |
commit | bd1ad7b1b49744761d3867665557adf787745655 (patch) | |
tree | 8bb8186bc4b8a16c0c7767885de0d6e669d4641f /doc | |
parent | f4f9c4f9794d1796af298ef07dc4207f5c2965cf (diff) | |
download | monitoring-plugins-bd1ad7b1b49744761d3867665557adf787745655.tar.gz |
doc/RELEASING.md: Clarify name of remote repo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RELEASING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/RELEASING.md b/doc/RELEASING.md index 03ebb75e..cf97a7d3 100644 --- a/doc/RELEASING.md +++ b/doc/RELEASING.md @@ -3,6 +3,8 @@ Releasing a New Monitoring Plugins Version Throughout this document, it is assumed that the current Monitoring Plugins version is 2.2.1, and that we're about to publish version 2.3. +It is also assumed that the official repository on GitHub is tracked +using the remote name `monitoring-plugins` (rather than `origin`). Before you start ---------------- |