Changelog 0.1.0 (#28)

Changelog 0.1.0

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/changelog/pulls/28
Reviewed-by: Guillermo Prandi <guillep2k@noreply.gitea.io>
Reviewed-by: 6543 <6543@noreply.gitea.io>
This commit is contained in:
John Olheiser 2020-01-26 07:23:56 +00:00 committed by Lunny Xiao
parent b707352bf9
commit 660d748ddc
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)