diff options
author | 2017-07-26 08:55:06 +0100 | |
---|---|---|
committer | 2017-07-26 08:55:06 +0100 | |
commit | 7d1b0cf2e10b2cb243110fff23a7767a5c4143fa (patch) | |
tree | c7aa2a6abb2bed37478af21dd1fc00646a53a305 /Makefile.release | |
parent | 82954c1c2984f1ad1c667353d02b5760862a673d (diff) | |
download | coredns-7d1b0cf2e10b2cb243110fff23a7767a5c4143fa.tar.gz coredns-7d1b0cf2e10b2cb243110fff23a7767a5c4143fa.tar.zst coredns-7d1b0cf2e10b2cb243110fff23a7767a5c4143fa.zip |
doc: small update
Lower-case dnstap in the readme and update Makefile.release to point to
the new website.
Diffstat (limited to 'Makefile.release')
-rw-r--r-- | Makefile.release | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.release b/Makefile.release index 58e356aed..9c6f76707 100644 --- a/Makefile.release +++ b/Makefile.release @@ -5,8 +5,9 @@ # uploaded to github (after some sanity checks). # # The release should be accompanied by release notes published on -# blog.coredns.io. For example: -# https://blog.coredns.io/2016/09/18/coredns-001-release/ +# coredns.io. For example: +# https://coredns.io/2016/09/18/coredns-001-release/ +# Also send an email to coredns-discuss@ to announce the new version. # # We use https://github.com/progrium/gh-release to automate github stuff # be sure to have that binary in your path. @@ -16,9 +17,6 @@ # git log --pretty=format:'%an' v001..master | sort -u # (where v001 is the previous release, obviously you'll need to adjust this) # -# Side note: check if MAINTAINERS need an update with `git shortlog -s -n` and see if -# someone has more than 5 (arbitrary number). -# # Steps: # * Get an access token: https://help.github.com/articles/creating-an-access-token-for-command-line-use/ # * export GITHUB_ACCESS_TOKEN=<token> |