]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - RELEASE_PROCESS.md
Merge pull request #2464 from wallabag/fix-settings-translation
[github/wallabag/wallabag.git] / RELEASE_PROCESS.md
index 767f5e2601e003bfc773322f041af096f59597bd..8ac9bbcde7bf49a824417fa589cb7701b02ef283 100644 (file)
@@ -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 releasmaster /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`