Update release process

This commit is contained in:
Nicolas Lœuillet 2016-10-07 15:30:25 +02:00
parent e17373b659
commit 3b1bf6343d
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A

View file

@ -12,6 +12,7 @@ During this documentation, we assume the release is `release-2.0.0-beta.1`.
- `app/config/config.yml` (`wallabag_core.version`)
- `README.md` (`composer create-project` command)
- `docs/en/user/installation.rst` and its translations (`composer create-project` command)
- `CHANGELOG.md` (by using this command `github_changelog_generator --no-compare-link --future-release "2.x.x"`. [github-changelog-generator is available here](https://github.com/skywinder/github-changelog-generator))
#### Create release on GitHub