X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=RELEASE_PROCESS.md;h=829f8390cb80c13c78d0e22aaa2188abe8ecda95;hp=7e43d9d69007f7f9217d1f6eb18f7263d4d6ad69;hb=4fd5f670fe555da54c7a488b2a038a6ee36ee935;hpb=6f2287da69841b98c4c0db93b6dce1325ba4311d diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 7e43d9d6..829f8390 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 During this documentation, we assume the release is `$LAST_WALLABAG_RELEASE` (like 2.3.4). -#### Files to edit +#### Prepare the release -- `app/config/wallabag.yml` (`wallabag_core.version`) -- `CHANGELOG.md` +- Update these files with new information + - `app/config/wallabag.yml` (`wallabag_core.version`) + - `CHANGELOG.md` +- Create a PR named "Prepare $LAST_WALLABAG_RELEASE release". +- Wait for test to be ok, merge it. -#### Create release on GitHub +#### Create a new release on GitHub - Run these commands to create the tag: @@ -50,7 +53,7 @@ make release VERSION=$LAST_WALLABAG_RELEASE - 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 Dockerfile https://github.com/wallabag/docker (and create a new tag) - Update wallabag.org website (downloads, MD5 sum, releases and new blog post) -- Put the next patch version suffixed with `-dev` in `app/config/config.yml` (`wallabag_core.version`) +- Put the next patch version suffixed with `-dev` in `app/config/wallabag.yml` (`wallabag_core.version`) - Drink a :beer:! ### `composer.lock`