diff options
Diffstat (limited to 'Makefile.release')
-rw-r--r-- | Makefile.release | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.release b/Makefile.release index 837894472..0622915dc 100644 --- a/Makefile.release +++ b/Makefile.release @@ -4,9 +4,10 @@ # used to tag the git repo and to build the assets that are uploaded to github # (after some sanity checks). # -# The release should be accompanied by release notes published on 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. +# The release should be accompanied by release notes in the notes/ subdirectory. +# These are published on coredns.io. +# +# For example: https://coredns.io/2016/09/18/coredns-001-release/ . # # Getting the authors for this release is done with the following command line # git log --pretty=format:'%an' v$(VERSION)..master | sort -u |