diff options
author | 2019-03-03 14:43:09 +0000 | |
---|---|---|
committer | 2019-03-03 06:43:09 -0800 | |
commit | 1e9fa297e764b3106579ac188b25fa234b86b430 (patch) | |
tree | f67c8c154d0857507a6660c662aa15d97a66140b /Makefile.release | |
parent | 8dcc7fccd74454134b33c8bc9f780ed6d7f076cf (diff) | |
download | coredns-1e9fa297e764b3106579ac188b25fa234b86b430.tar.gz coredns-1e9fa297e764b3106579ac188b25fa234b86b430.tar.zst coredns-1e9fa297e764b3106579ac188b25fa234b86b430.zip |
Add release notes into coredns repo (#2645)
* Put release notes in notes subdir
Verbatim copy of the current set of notes on coredns.io. Copy them
here to make them authoritative.
'make sync' on the coredns.io site copies them back in. They need to be
formatted in Hugo style.
Signed-off-by: Miek Gieben <miek@miek.nl>
* pull latest
Signed-off-by: Miek Gieben <miek@miek.nl>
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 |