Changelog for v0.15.0 (#538)

* Add Changelog for v0.15.0 release
* Update config ro changelog tool

Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/538
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
This commit is contained in:
6543 2021-08-14 00:46:54 +08:00 committed by Lunny Xiao
parent 71d2bf01d1
commit 747c78e835
2 changed files with 29 additions and 9 deletions

View File

@ -10,11 +10,11 @@ base-url: https://gitea.com
# Changelog groups and which labeled PRs to add to each group # Changelog groups and which labeled PRs to add to each group
groups: groups:
- -
name: BREAKING name: BREAKING
labels: labels:
- kind/breaking - kind/breaking
- -
name: FEATURES name: FEATURES
labels: labels:
- kind/feature - kind/feature
@ -22,7 +22,7 @@ groups:
name: BUGFIXES name: BUGFIXES
labels: labels:
- kind/bug - kind/bug
- -
name: ENHANCEMENTS name: ENHANCEMENTS
labels: labels:
- kind/enhancement - kind/enhancement
@ -32,26 +32,26 @@ groups:
name: SECURITY name: SECURITY
labels: labels:
- kind/security - kind/security
- -
name: TESTING name: TESTING
labels: labels:
- kind/testing - kind/testing
- -
name: TRANSLATION name: TRANSLATION
labels: labels:
- kind/translation - kind/translation
- -
name: BUILD name: BUILD
labels: labels:
- kind/build - kind/build
- kind/lint - kind/lint
- -
name: DOCS name: DOCS
labels: labels:
- kind/docs - kind/docs
- -
name: MISC name: MISC
default: true default: true
# regex indicating which labels to skip for the changelog # regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport\/.+ skip-labels: skip-changelog|backport\/.+|has/backport

View File

@ -1,5 +1,25 @@
# Changelog # Changelog
## [v0.15.0](https://gitea.com/gitea/go-sdk/releases/tag/v0.15.0) - 2021-08-13
* BREAKING
* Introduce NotifySubjectState (#520)
* Drop deprecations (#503)
* FEATURES
* Add Repo Team Management Functions (#537)
* Add CreateRepoFromTemplate (#536)
* Add GetReviewers & GetAssignees (#534)
* Add GetTag, GetAnnotatedTag & CreateTag (#533)
* Add GetUserSettings & UpdateUserSettings (#531)
* Add ListPullRequestCommits (#530)
* Add GetUserByID (#513)
* Add GetRepoByID (#511)
* ENHANCEMENTS
* Update List Options (#527)
* Update Structs (#524)
* ListFunctions: option to disable pagination (#509)
## [v0.14.1](https://gitea.com/gitea/go-sdk/releases/tag/v0.14.1) - 2021-06-30 ## [v0.14.1](https://gitea.com/gitea/go-sdk/releases/tag/v0.14.1) - 2021-06-30
* BUGFIXES * BUGFIXES