From a1272ab84da3ea67a3f621885e88068ac8718f47 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 14 Dec 2018 20:59:16 +0100 Subject: [PATCH] Prepare 2.3.5 release --- CHANGELOG.md | 13 +++++++++++++ RELEASE_PROCESS.md | 11 +++++++---- app/config/wallabag.yml | 2 +- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2c3084..52988f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.3.5](https://github.com/wallabag/wallabag/tree/2.3.5) + [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.4...2.3.5) + +### Fixes + +- Jump to 2.3.5-dev and update release process [#3778](https://github.com/wallabag/wallabag/pull/3778) +- Remove preview picture from single entry view page [#3765](https://github.com/wallabag/wallabag/pull/3765) +- Fix Android app login issue [#3784](https://github.com/wallabag/wallabag/pull/3784) +- material: fix missing thumbnail on list view [#3782](https://github.com/wallabag/wallabag/pull/3782) +- material: decrease size of tags on list view [#3783](https://github.com/wallabag/wallabag/pull/3783) +- build: upgrade yarn dependencies, update prod assets [#3781](https://github.com/wallabag/wallabag/pull/3781) +- No more dev for guzzle-site-authenticator [#3810](https://github.com/wallabag/wallabag/pull/3810) + ## [2.3.4](https://github.com/wallabag/wallabag/tree/2.3.4) [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.3...2.3.4) 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: diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index 847a8058..1948175c 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -1,5 +1,5 @@ wallabag_core: - version: 2.3.5-dev + version: 2.3.5 paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" languages: en: 'English' -- 2.41.0