From 660d748ddc17304a09c3c6331e201c154278c9d2 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Sun, 26 Jan 2020 07:23:56 +0000 Subject: [PATCH] Changelog 0.1.0 (#28) Changelog 0.1.0 Signed-off-by: jolheiser Co-authored-by: jolheiser Reviewed-on: https://gitea.com/gitea/changelog/pulls/28 Reviewed-by: Guillermo Prandi Reviewed-by: 6543 <6543@noreply.gitea.io> --- .changelog.yml | 34 ++++++++++++++++++++++++++++++++++ CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 .changelog.yml create mode 100644 CHANGELOG.md diff --git a/.changelog.yml b/.changelog.yml new file mode 100644 index 0000000..d434050 --- /dev/null +++ b/.changelog.yml @@ -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 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..466e9f1 --- /dev/null +++ b/CHANGELOG.md @@ -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)