X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=RELEASE_PROCESS.md;h=8ac9bbcde7bf49a824417fa589cb7701b02ef283;hb=5751b41491b9fd69c5b553c95e70a90fbf975aeb;hp=767f5e2601e003bfc773322f041af096f59597bd;hpb=7c1225347db8b516cc268709939f6b359bc283c1;p=github%2Fwallabag%2Fwallabag.git diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 767f5e26..8ac9bbcd 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -29,7 +29,7 @@ git push origin release-$LAST_WALLABAG_RELEASE - Run these command to create the package: ``` -make releas emaster /tmp wllbg-release prod +make release master /tmp wllbg-release prod ``` - [Create the new release on GitHub](https://github.com/wallabag/wallabag/releases/new). You have to upload on this page the package. @@ -38,6 +38,7 @@ make releas emaster /tmp wllbg-release prod - Update [the downloads page](https://github.com/wallabag/wallabag.org/blob/master/content/pages/download.md) on the website (MD5 sum, release date) - Update Dockerfile https://github.com/wallabag/docker (and create a new tag) - Update wallabag.org website (downloads, releases and new blog post) +- Put the next patch version suffixed with `-dev` in `app/config/config.yml` (`wallabag_core.version`) - Drink a :beer:! ### `composer.lock`