diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-07 17:35:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-07 17:35:57 +0200 |
commit | 233a1081eaab7bb4a157015c33755a66afbdb922 (patch) | |
tree | 26e4d8b84bf28e1bc34e8f9582bc8effc5dd4569 /RELEASE_PROCESS.md | |
parent | 20bf78b9352ca04372fb9665ed125bd068ff8b67 (diff) | |
parent | 3b1bf6343dcbf357bb25a6edbec42075e4eb2954 (diff) | |
download | wallabag-233a1081eaab7bb4a157015c33755a66afbdb922.tar.gz wallabag-233a1081eaab7bb4a157015c33755a66afbdb922.tar.zst wallabag-233a1081eaab7bb4a157015c33755a66afbdb922.zip |
Merge pull request #2386 from wallabag/update-changelog
Changed Changelog by using github-changelog-generator from @skywinder
Diffstat (limited to 'RELEASE_PROCESS.md')
-rw-r--r-- | RELEASE_PROCESS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 45e60546..359bc921 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md | |||
@@ -12,6 +12,7 @@ During this documentation, we assume the release is `release-2.0.0-beta.1`. | |||
12 | - `app/config/config.yml` (`wallabag_core.version`) | 12 | - `app/config/config.yml` (`wallabag_core.version`) |
13 | - `README.md` (`composer create-project` command) | 13 | - `README.md` (`composer create-project` command) |
14 | - `docs/en/user/installation.rst` and its translations (`composer create-project` command) | 14 | - `docs/en/user/installation.rst` and its translations (`composer create-project` command) |
15 | - `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)) | ||
15 | 16 | ||
16 | #### Create release on GitHub | 17 | #### Create release on GitHub |
17 | 18 | ||