From c09afb49a964e58620e08961869a0cfbea72691c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa?= Date: Mon, 22 Oct 2018 20:03:43 +0200 Subject: add autogenerated changelog (#4444) ##### Summary Create changelog based on GitHub labels ##### Component Name GitHub management ##### Additional Information Moving old manually created changelog to HISTORICAL_CHANGELOG.md and using command below to create changelog based on github issues, PRs, and labels. This is a preview and in the near future this will be automated and running daily in cron. ```sh docker run -it -v "$(pwd)":/project markmandel/github-changelog-generator:latest \ --user "netdata" \ --project "netdata" \ --token "${GITHUB_TOKEN}" \ --since-tag "v1.10.0" \ --unreleased-label "**Next release**" \ --no-compare-link \ --exclude-labels duplicate,question,invalid,wontfix,discussion,documentation ``` --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/CODEOWNERS') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 807775a989..8897f3214c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -21,6 +21,12 @@ packaging/ @paulfantom # tests/ # web/ +# Ownership by filetype (overwrites ownership by directory) +*.am @paulfantom @ktsaou + + +# Ownership of specific files +CHANGELOG.md @netdatabot .travis.yml @paulfantom .lgtm.yml @paulfantom -- cgit v1.2.3