diff options
author | 2019-12-12 15:57:07 +0000 | |
---|---|---|
committer | 2019-12-12 15:57:07 +0000 | |
commit | c95e7f233ae5f68b949aff4c08e984ff3db7094e (patch) | |
tree | 5ebb85af2b92d1b344892acc9b4b0541986f7672 /Makefile.release | |
parent | 6a7a75e0cc14159177e604d0157836cc32add343 (diff) | |
download | coredns-c95e7f233ae5f68b949aff4c08e984ff3db7094e.tar.gz coredns-c95e7f233ae5f68b949aff4c08e984ff3db7094e.tar.zst coredns-c95e7f233ae5f68b949aff4c08e984ff3db7094e.zip |
update to latest bot version (#3535)
Loose the colon from the commands to release a new coredns version.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'Makefile.release')
-rw-r--r-- | Makefile.release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.release b/Makefile.release index d69eca218..eec8cf2b1 100644 --- a/Makefile.release +++ b/Makefile.release @@ -31,10 +31,10 @@ # Then: # # 1. Open an issue for this release -# 2. In an issue give the command: /release: master VERSION +# 2. In an issue give the command: /release master VERSION # Where VERSION is the version of the release - the release script double checks this with the # actual CoreDNS version in coremain/version.go -# 3. (to test as release /release: -t master VERSION can be used. +# 3. (to test as release /release -t master VERSION can be used. # # See https://github.com/coredns/release for documentation README on what needs to be setup for this to be # automated (can still be done by hand if needed). Especially what environment variables need to be |