X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=RELEASE_PROCESS.md;fp=RELEASE_PROCESS.md;h=8995580b9f9c8013856907437f4f97da2b823b9f;hb=a1272ab84da3ea67a3f621885e88068ac8718f47;hp=7e43d9d69007f7f9217d1f6eb18f7263d4d6ad69;hpb=4840d618c2b5464b9c04a0f693a68bc300bc099d;p=github%2Fwallabag%2Fwallabag.git diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 7e43d9d6..8995580b 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: