diff options
author | 2018-08-31 19:28:33 +0100 | |
---|---|---|
committer | 2018-08-31 19:28:33 +0100 | |
commit | ad63cf0b4fe6d81b97341bb282e757f140ca6ea9 (patch) | |
tree | 8fab8589ef62bf0462d8deed60e15d5959b2d607 /Makefile.release | |
parent | 511a3bd252990e8b3fc04292752615307b4a0ad9 (diff) | |
download | coredns-ad63cf0b4fe6d81b97341bb282e757f140ca6ea9.tar.gz coredns-ad63cf0b4fe6d81b97341bb282e757f140ca6ea9.tar.zst coredns-ad63cf0b4fe6d81b97341bb282e757f140ca6ea9.zip |
Document updates: (#2075)
Update the how to release notes in Makefile.release
And some little community tweaks in the README.md
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'Makefile.release')
-rw-r--r-- | Makefile.release | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile.release b/Makefile.release index c079df5e4..a35b2a614 100644 --- a/Makefile.release +++ b/Makefile.release @@ -18,18 +18,19 @@ # * Send PR to get this merged. # # * Open an issue for this release -# * In an issue give the command: /release: master -# * (to test as release /release: -t master can be used. +# * 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 +# * (to test as release /release: -t master VERSION can be used. # -# See 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 # set! # -# To release we run, where 'release' and 'docker' only locally build assets; these are the same -# targets that get executed in case of testing. +# To release we run, these target from the this Makefile: # * make release -# * make github-push # * make docker +# * make github-push # * make docker-push EMPTY:= |