Add missing Changelog for 0.1.x releases #91

Merged
lunny merged 1 commits from 6543/tea:changelogs into master 2020-01-31 02:25:02 +00:00
2 changed files with 85 additions and 0 deletions

56
.changelog.yml Executable file
View File

@ -0,0 +1,56 @@
# The full repository name
repo: gitea/tea
# Service type (gitea or github)
service: gitea
# Base URL for Gitea instance if using gitea service type (optional)
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
-
name: BUGFIXES
labels:
- kind/bug
-
name: ENHANCEMENTS
labels:
- kind/enhancement
- kind/refactor
- kind/ui
-
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\/.+

29
CHANGELOG.md Normal file
View File

@ -0,0 +1,29 @@
# Changelog
## [v0.1.2](https://gitea.com/gitea/tea/pulls?q=&type=all&state=closed&milestone=59) - 2019-11-15
Review

Wrong milestone ID

Wrong milestone ID
* BUILD
* Fix typo in drone (#75)
## [v0.1.1](https://gitea.com/gitea/tea/pulls?q=&type=all&state=closed&milestone=59) - 2019-11-15
Review

Wrong milestone ID

Wrong milestone ID
Review

@jolheiser there is only 1 milestone for all 0.1.x

In future mile stones and versioning is done as usual. tea just had a ruf start with this ...

@jolheiser there is only 1 milestone for all 0.1.x In future mile stones and versioning is done as usual. tea just had a ruf start with this ...
* FEATURES
* Add repos subcommand (#65)
* ENHANCEMENTS
* Minor improvements to command-line language (#66)
## [v0.1.0](https://gitea.com/gitea/tea/pulls?q=&type=all&state=closed&milestone=59) - 2019-10-28
* BREAKING
* Changed git config determination to go-git (#41) [continue #45] (#62)
* FEATURES
* Add labels commands (#36)
* BUGFIXES
* Fix out -o flag (#53)
* Fix log formatting, refactor flag definition in cmd/labels.go (#52)
* ENHANCEMENTS
* List label description (#60)
* Use Different Remote Repos (#58)
* Unified output (#14) (#40)
* Added global appendable Flags (#12) (#39)
* BUILD
* Change .drone.yml to new format (#33)
* DOCS
* Add install guide from brew on README (#61)