diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2018-12-14 22:53:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 22:53:07 +0100 |
commit | 45e26a7fc82c81e768a6f0f3c5955cfc6d42ebc5 (patch) | |
tree | 6d7ac83dd9a8d2b12f187fc45b58b76ddd148623 /RELEASE_PROCESS.md | |
parent | 4840d618c2b5464b9c04a0f693a68bc300bc099d (diff) | |
parent | a1272ab84da3ea67a3f621885e88068ac8718f47 (diff) | |
download | wallabag-45e26a7fc82c81e768a6f0f3c5955cfc6d42ebc5.tar.gz wallabag-45e26a7fc82c81e768a6f0f3c5955cfc6d42ebc5.tar.zst wallabag-45e26a7fc82c81e768a6f0f3c5955cfc6d42ebc5.zip |
Merge pull request #3812 from wallabag/prepare-2.3.5
Prepare 2.3.5 release
Diffstat (limited to 'RELEASE_PROCESS.md')
-rw-r--r-- | RELEASE_PROCESS.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 7e43d9d6..8995580b 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md | |||
@@ -6,12 +6,15 @@ A release is mostly a git tag of http://github.com/wallabag/wallabag, following | |||
6 | 6 | ||
7 | During this documentation, we assume the release is `$LAST_WALLABAG_RELEASE` (like 2.3.4). | 7 | During this documentation, we assume the release is `$LAST_WALLABAG_RELEASE` (like 2.3.4). |
8 | 8 | ||
9 | #### Files to edit | 9 | #### Prepare the release |
10 | 10 | ||
11 | - `app/config/wallabag.yml` (`wallabag_core.version`) | 11 | - Update these files with new information |
12 | - `CHANGELOG.md` | 12 | - `app/config/wallabag.yml` (`wallabag_core.version`) |
13 | - `CHANGELOG.md` | ||
14 | - Create a PR named "Prepare $LAST_WALLABAG_RELEASE release". | ||
15 | - Wait for test to be ok, merge it. | ||
13 | 16 | ||
14 | #### Create release on GitHub | 17 | #### Create a new release on GitHub |
15 | 18 | ||
16 | - Run these commands to create the tag: | 19 | - Run these commands to create the tag: |
17 | 20 | ||