X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=RELEASE_PROCESS.md;h=38dd5a7c80c43c06540ff3c8daa7dbdc89819d1e;hp=51b9c4d0b34a3e58c96db6501657e7d3489cb959;hb=0452e869ec0e3d336337f815da346346c860d914;hpb=45277ad2bdb072e0ef6c5371aa410db3ba3d158e diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 51b9c4d0..38dd5a7c 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -8,8 +8,8 @@ During this documentation, we assume the release is `$LAST_WALLABAG_RELEASE`. #### Files to edit -- `app/config/config.yml` (`wallabag_core.version`) -- `CHANGELOG.md` (by using this command `github-changes -o wallabag -r wallabag -k YOURGITHUBTOKEN --only-pulls --use-commit-body --title Changelog --date-format YYYY/MM/DD --between-tags 2.0.0-alpha.0...master -n 2.1.3`. [github-changes is available here](https://github.com/lalitkapoor/github-changes)) +- `app/config/wallabag.yml` (`wallabag_core.version`) +- `CHANGELOG.md` #### Create release on GitHub @@ -47,7 +47,7 @@ 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. - Delete the `release-$LAST_WALLABAG_RELEASE` branch and close the pull request (**DO NOT MERGE IT**). -- Update the URL shortener (used on `wllbg.org` to generate links like `http://wllbg.org/latest-v2-package` or `http://wllbg.org/latest-v2`) +- Update the URL shortener (used on `wllbg.org` to generate links like `https://wllbg.org/latest-v2-package` or `http://wllbg.org/latest-v2`) - 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)