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
groups:
-
-
name: BREAKING
labels:
- kind/breaking
-
-
name: FEATURES
labels:
- kind/feature
@ -22,7 +22,7 @@ groups:
name: BUGFIXES
labels:
- kind/bug
-
-
name: ENHANCEMENTS
labels:
- kind/enhancement
@ -32,26 +32,26 @@ groups:
name: SECURITY
labels:
- kind/security
-
-
name: TESTING
labels:
- kind/testing
-
-
name: TRANSLATION
labels:
- kind/translation
-
-
name: BUILD
labels:
- kind/build
- kind/lint
-
-
name: DOCS
labels:
- kind/docs
-
-
name: MISC
default: true
# 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
## [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
* BUGFIXES