diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-07 15:30:25 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-07 15:30:25 +0200 |
commit | 3b1bf6343dcbf357bb25a6edbec42075e4eb2954 (patch) | |
tree | 61b54c6a5e1e47a5a9f7209e3c3e8eda1a98fcae | |
parent | e17373b659d10b4a7666e1ee1fc0591bc6791a4e (diff) | |
download | wallabag-3b1bf6343dcbf357bb25a6edbec42075e4eb2954.tar.gz wallabag-3b1bf6343dcbf357bb25a6edbec42075e4eb2954.tar.zst wallabag-3b1bf6343dcbf357bb25a6edbec42075e4eb2954.zip |
Update release process
-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 | ||