1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Prepare 2.3.5 release

This commit is contained in:
Jeremy Benoist 2018-12-14 20:59:16 +01:00
parent 4840d618c2
commit a1272ab84d
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
3 changed files with 21 additions and 5 deletions

View file

@ -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: