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>
This commit is contained in:
parent
6a7a75e0cc
commit
c95e7f233a
1 changed files with 2 additions and 2 deletions
|
@ -31,10 +31,10 @@
|
||||||
# Then:
|
# Then:
|
||||||
#
|
#
|
||||||
# 1. Open an issue for this release
|
# 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
|
# Where VERSION is the version of the release - the release script double checks this with the
|
||||||
# actual CoreDNS version in coremain/version.go
|
# 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
|
# 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
|
# automated (can still be done by hand if needed). Especially what environment variables need to be
|
||||||
|
|
Loading…
Add table
Reference in a new issue