aboutsummaryrefslogtreecommitdiff
path: root/Makefile.release
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2017-04-20 10:56:56 +0100
committerGravatar GitHub <noreply@github.com> 2017-04-20 10:56:56 +0100
commitf2426b9966f4d5a41a7c6c0102d0bff56a7526be (patch)
tree79ee1cec867f181cb735aec742e2de62b1edd01c /Makefile.release
parente5b2cbb7014397eddb6d5d8f72e7bb8d6de092c4 (diff)
downloadcoredns-f2426b9966f4d5a41a7c6c0102d0bff56a7526be.tar.gz
coredns-f2426b9966f4d5a41a7c6c0102d0bff56a7526be.tar.zst
coredns-f2426b9966f4d5a41a7c6c0102d0bff56a7526be.zip
Add MAINTAINERS (#633)
Add a MAINTAINERS file. It's not generated and not as elaborate (i.e. no focus areas) as the one prometheus uses. But it's a start. Generated with `git shortlog -s -n`, everyone with more than 5 commits. Docs are put in `Makefile.release`. Fixes #566
Diffstat (limited to 'Makefile.release')
-rw-r--r--Makefile.release3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.release b/Makefile.release
index a9835c081..272042529 100644
--- a/Makefile.release
+++ b/Makefile.release
@@ -16,6 +16,9 @@
# 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>