prepare v0.2 release #177 (#178)

* added CHANGELOG.md and support for github-changelog-generator
This commit is contained in:
Kevin Papst
2018-06-24 01:18:55 +02:00
committed by GitHub
parent c3251ee435
commit f563e0703d
3 changed files with 191 additions and 0 deletions

12
var/docs/internal.md Normal file
View File

@@ -0,0 +1,12 @@
# Internal
Internal documentation for project maintainers
## Create a release
- Prepare a GitHub release-draft
- Change .github_changelog_generator config accordingly to new release tag
- Create CHANGELOG.md with [github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator]) by running `github_changelog_generator kevinpapst/kimai2`
- Push a release branch and add it as last PR merge into master
- Edit the release-draft and add the "Full changelog" link + everything from the "Merged pull requests" section from CHANGELOG.md
- Create the release