diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-12-15 08:14:47 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-12-15 08:14:47 +0100 |
commit | 4fd5f670fe555da54c7a488b2a038a6ee36ee935 (patch) | |
tree | 54b719dea9c9b8d301bf214a50291cac5e03278d /RELEASE_PROCESS.md | |
parent | 45e26a7fc82c81e768a6f0f3c5955cfc6d42ebc5 (diff) | |
download | wallabag-4fd5f670fe555da54c7a488b2a038a6ee36ee935.tar.gz wallabag-4fd5f670fe555da54c7a488b2a038a6ee36ee935.tar.zst wallabag-4fd5f670fe555da54c7a488b2a038a6ee36ee935.zip |
Jump to 2.3.6-dev and update release process
Fix release archive in `release.sh` and also fix a typo in the release process
Diffstat (limited to 'RELEASE_PROCESS.md')
-rw-r--r-- | RELEASE_PROCESS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 8995580b..829f8390 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md | |||
@@ -53,7 +53,7 @@ make release VERSION=$LAST_WALLABAG_RELEASE | |||
53 | - Update the URL shortener (used on `wllbg.org` to generate links like `https://wllbg.org/latest-v2-package` or `http://wllbg.org/latest-v2`) | 53 | - Update the URL shortener (used on `wllbg.org` to generate links like `https://wllbg.org/latest-v2-package` or `http://wllbg.org/latest-v2`) |
54 | - Update Dockerfile https://github.com/wallabag/docker (and create a new tag) | 54 | - Update Dockerfile https://github.com/wallabag/docker (and create a new tag) |
55 | - Update wallabag.org website (downloads, MD5 sum, releases and new blog post) | 55 | - Update wallabag.org website (downloads, MD5 sum, releases and new blog post) |
56 | - Put the next patch version suffixed with `-dev` in `app/config/config.yml` (`wallabag_core.version`) | 56 | - Put the next patch version suffixed with `-dev` in `app/config/wallabag.yml` (`wallabag_core.version`) |
57 | - Drink a :beer:! | 57 | - Drink a :beer:! |
58 | 58 | ||
59 | ### `composer.lock` | 59 | ### `composer.lock` |