14 lines
705 B
Markdown
14 lines
705 B
Markdown
# Internal
|
|
|
|
Internal documentation for project maintainers
|
|
|
|
## Create a release
|
|
|
|
- Prepare a GitHub release-draft
|
|
- Change .github_changelog_generator config accordingly to new release tag (increase future release)
|
|
- 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 CHANGELOG.md related to the new version
|
|
- Create the release
|
|
- Post a new issue at [YunoHost tracker for Kimai 2](https://github.com/YunoHost-Apps/kimai2_ynh)
|