mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Prepare 2.3.5 release
This commit is contained in:
parent
4840d618c2
commit
a1272ab84d
3 changed files with 21 additions and 5 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# 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)
|
## [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)
|
[Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.3...2.3.4)
|
||||||
|
|
||||||
|
|
|
@ -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).
|
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`)
|
- Update these files with new information
|
||||||
- `CHANGELOG.md`
|
- `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:
|
- Run these commands to create the tag:
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
wallabag_core:
|
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"
|
paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
|
||||||
languages:
|
languages:
|
||||||
en: 'English'
|
en: 'English'
|
||||||
|
|
Loading…
Reference in a new issue