diff options
author | 6543 | 2021-07-15 17:47:57 +0200 |
---|---|---|
committer | GitHub | 2021-07-15 11:47:57 -0400 |
commit | 195c9999a1fce5a0f6e796be9a831761400c3003 (patch) | |
tree | a69f7fcfd0c488e65d03caada00656a3cb7217ac /.changelog.yml | |
parent | 33a8eec33e975a74f1718a83e99eb6abc7662a19 (diff) |
Changelog for v1.15.0-rc1 (#16422)v1.15.0-rc1
* changelog -m 1.15.0 generate
* enhance changelog
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: techknowlogick <matti@mdranta.net>
* move SECURITY before FEATURES
* move ENHANCEMENTS above BUGFIXES
* as per techknowlogick
* more
* node16
* Apply suggestions from code review
Co-authored-by: Kyle D. <kdumontnu@gmail.com>
* next
* Apply suggestions from code review
* Update CHANGELOG.md
Co-authored-by: Norwin <noerw@users.noreply.github.com>
* Update CHANGELOG.md
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Kyle D. <kdumontnu@gmail.com>
Co-authored-by: Norwin <noerw@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to '.changelog.yml')
-rw-r--r-- | .changelog.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.changelog.yml b/.changelog.yml index 942138327..657dfa1c0 100644 --- a/.changelog.yml +++ b/.changelog.yml @@ -15,21 +15,17 @@ groups: labels: - kind/breaking - - name: FEATURES - labels: - - kind/feature - - name: SECURITY labels: - kind/security - - name: API + name: FEATURES labels: - - kind/api + - kind/feature - - name: BUGFIXES + name: API labels: - - kind/bug + - kind/api - name: ENHANCEMENTS labels: @@ -37,6 +33,10 @@ groups: - kind/refactor - kind/ui - + name: BUGFIXES + labels: + - kind/bug + - name: TESTING labels: - kind/testing |