From be70f8baef962b955972f47d947c317e83d83c4f Mon Sep 17 00:00:00 2001 From: Ivan Subotic <400790+subotic@users.noreply.github.com> Date: Tue, 8 Sep 2020 16:42:02 +0200 Subject: [PATCH] Add PR labels (DSP-607) (#1702) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b5e7bff4a1..cbcfa3af32 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,20 @@ as defined by [http://semver.org]: Additionally, we will also increment the MAJOR version in the case when any kind of changes to existing data would be necessary, e.g., any changes to the Knora-Base ontologies which are not backwards compatible. +## Release Notes Generation + +Release notes are generated automatically based on the closed PRs. The PRs should be labeled based on the +following grouping scheme: + +| Category | Label | +|---|---| +| Breaking changes | breaking/api, breaking/data, breaking | +| Enhancements | enhancement | +| Bug Fixes | bug | +| Documentation | documentation | +| Other | chore, refactor | + + ## Acknowledgments ![](https://www.yourkit.com/images/yklogo.png)