aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--RELEASE_PROCESS.md1
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