]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Update release process 2386/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 7 Oct 2016 13:30:25 +0000 (15:30 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 7 Oct 2016 13:30:25 +0000 (15:30 +0200)
RELEASE_PROCESS.md

index 45e605462d205f7abc49ef0acfe4cfa6e801ce02..359bc921e2e5cae60dce5bc5f338e966ffcdee6d 100644 (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