Changelog 0.1.0

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser 2020-01-25 22:14:27 -06:00
parent b707352bf9
commit 2adc11e554
No known key found for this signature in database
GPG Key ID: B853ADA5DA7BBF7A
2 changed files with 48 additions and 0 deletions

34
.changelog.yml Normal file
View File

@ -0,0 +1,34 @@
# The full repository name
repo: gitea/changelog
# Service type (gitea or github)
service: gitea
# Base URL for Gitea instance if using gitea service type (optional)
# Default: https://gitea.com
base-url: https://gitea.com
# Changelog groups and which labeled PRs to add to each group
groups:
-
name: FEATURES
labels:
- feature
-
name: BUGFIXES
labels:
- bug
-
name: ENHANCEMENTS
labels:
- enhancement
-
name: BUILD
labels:
- build
-
name: MISC
default: true
# regex indicating which labels to skip for the changelog
skip-labels: skip-changelog

14
CHANGELOG.md Normal file
View File

@ -0,0 +1,14 @@
# Changelog
## [0.1.0](https://gitea.com/gitea/changelog/pulls?q=&type=all&state=closed&milestone=1231) - 2020-01-25
* FEATURES
* Add subcommand to display contributors of milestone (#10)
* BUGFIXES
* Fix README about import path (#22)
* ENHANCEMENTS
* Changelog Overhaul 2 (#19)
* Changelog Overhaul (#18)
* BUILD
* CI and Linter (#27)
* Fix CI (GOPROXY) (#26)
* Add drone file (#23)