diff options
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 1 | ||||
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | RELEASE_PROCESS.md | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 214b906b..3885cc84 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md | |||
@@ -7,6 +7,7 @@ | |||
7 | | Tests pass? | yes/no | 7 | | Tests pass? | yes/no |
8 | | Documentation | yes/no | 8 | | Documentation | yes/no |
9 | | Translation | yes/no | 9 | | Translation | yes/no |
10 | | CHANGELOG.md | yes/no | ||
10 | | Fixed tickets | #... | 11 | | Fixed tickets | #... |
11 | | License | MIT | 12 | | License | MIT |
12 | 13 | ||
diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d11485..eb8b1f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -27,6 +27,7 @@ | |||
27 | - Isolated tests [#3137](https://github.com/wallabag/wallabag/pull/3137) | 27 | - Isolated tests [#3137](https://github.com/wallabag/wallabag/pull/3137) |
28 | - Log an error level message when user auth fail [#3195](https://github.com/wallabag/wallabag/pull/3195) | 28 | - Log an error level message when user auth fail [#3195](https://github.com/wallabag/wallabag/pull/3195) |
29 | - Add a real configuration for CS-Fixer [#3258](https://github.com/wallabag/wallabag/pull/3258) | 29 | - Add a real configuration for CS-Fixer [#3258](https://github.com/wallabag/wallabag/pull/3258) |
30 | - Replace ant with Makefile [#3398](https://github.com/wallabag/wallabag/pull/3398) | ||
30 | 31 | ||
31 | ### Features | 32 | ### Features |
32 | 33 | ||
@@ -47,6 +48,7 @@ | |||
47 | - Add **list users** command [#3301](https://github.com/wallabag/wallabag/pull/3301) | 48 | - Add **list users** command [#3301](https://github.com/wallabag/wallabag/pull/3301) |
48 | - Add **reload entry** command [#3326](https://github.com/wallabag/wallabag/pull/3326) | 49 | - Add **reload entry** command [#3326](https://github.com/wallabag/wallabag/pull/3326) |
49 | - Add starred_at field which is set when an entry is starred [#3330](https://github.com/wallabag/wallabag/pull/3330) | 50 | - Add starred_at field which is set when an entry is starred [#3330](https://github.com/wallabag/wallabag/pull/3330) |
51 | - Add originUrl property to Entry [#3346](https://github.com/wallabag/wallabag/pull/3346) | ||
50 | 52 | ||
51 | ### Changes | 53 | ### Changes |
52 | 54 | ||
@@ -62,7 +64,8 @@ | |||
62 | - Displays an error with an annotation with a too long quote [#3093](https://github.com/wallabag/wallabag/pull/3093) | 64 | - Displays an error with an annotation with a too long quote [#3093](https://github.com/wallabag/wallabag/pull/3093) |
63 | - Validate language & preview picture fields [#3192](https://github.com/wallabag/wallabag/pull/3192) | 65 | - Validate language & preview picture fields [#3192](https://github.com/wallabag/wallabag/pull/3192) |
64 | - remove craueconfig domain name setting and add a proper one in parameters [#3173](https://github.com/wallabag/wallabag/pull/3173) | 66 | - remove craueconfig domain name setting and add a proper one in parameters [#3173](https://github.com/wallabag/wallabag/pull/3173) |
65 | - Better public sharing page [#3204](https://github.com/wallabag/wallabag/pull/3204) | 67 | - Better public sharing page [#3204](https://github.com/wallabag/wallabag/pull/3204), [#3449](https://github.com/wallabag/wallabag/pull/3449) |
68 | - Improved pagination, navigation, tag's list and footer UI [#3459](https://github.com/wallabag/wallabag/pull/3459), [#3467](https://github.com/wallabag/wallabag/pull/3467), [#3461](https://github.com/wallabag/wallabag/pull/3461), [#3463](https://github.com/wallabag/wallabag/pull/3463) | ||
66 | 69 | ||
67 | ### Fixes | 70 | ### Fixes |
68 | 71 | ||
@@ -77,6 +80,7 @@ | |||
77 | - Replace images with & in url [#3176](https://github.com/wallabag/wallabag/pull/3176) | 80 | - Replace images with & in url [#3176](https://github.com/wallabag/wallabag/pull/3176) |
78 | - Ignore tag's case [#3139](https://github.com/wallabag/wallabag/pull/3139) | 81 | - Ignore tag's case [#3139](https://github.com/wallabag/wallabag/pull/3139) |
79 | - Multiple tag search, which was broken from API [#3309](https://github.com/wallabag/wallabag/pull/3309) | 82 | - Multiple tag search, which was broken from API [#3309](https://github.com/wallabag/wallabag/pull/3309) |
83 | - In RSS feeds, pubDate now conformant to DateTime RFC822 specifications [#3471](https://github.com/wallabag/wallabag/pull/3471) | ||
80 | 84 | ||
81 | ### Translations | 85 | ### Translations |
82 | 86 | ||
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 8ac48f05..38dd5a7c 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md | |||
@@ -9,7 +9,7 @@ During this documentation, we assume the release is `$LAST_WALLABAG_RELEASE`. | |||
9 | #### Files to edit | 9 | #### Files to edit |
10 | 10 | ||
11 | - `app/config/wallabag.yml` (`wallabag_core.version`) | 11 | - `app/config/wallabag.yml` (`wallabag_core.version`) |
12 | - `CHANGELOG.md` (by using this command `github-changes -o wallabag -r wallabag -k YOURGITHUBTOKEN --only-pulls --use-commit-body --title Changelog --date-format YYYY/MM/DD --between-tags 2.0.0-alpha.0...master -n 2.1.3`. [github-changes is available here](https://github.com/lalitkapoor/github-changes)) | 12 | - `CHANGELOG.md` |
13 | 13 | ||
14 | #### Create release on GitHub | 14 | #### Create release on GitHub |
15 | 15 | ||