Adrien Grand
ac07386eab
Ignore the `>test-mute` label when generating release notes. ( #38307 )
...
Muted tests are irrelevant for release notes.
2019-02-04 17:48:08 +01:00
Adrien Grand
8309e0ce77
Minor fixes in the release notes script. ( #37967 )
...
The `:beats` label is actually `:Beats` in Github.
`:Core/Build` is now `:Core/Infra/Build`.
2019-01-31 09:52:25 +01:00
Colin Goodheart-Smithe
502745f8e2
Adds backport label to list to ignore ( #35079 )
2018-10-30 12:46:39 +00:00
Tom Callahan
3428dc20a4
Improve release notes script ( #31833 )
...
Improve release notes script
The current release notes script does not handle area labels that
are not two parts, such as ":ml". As these area labels are rare,
I have simply hard-coded a title for these area labels. In
addition, the script will not explicitly call out instances where
multiple area labels are present on an issue.
2018-07-09 15:32:10 -04:00
Adrien Grand
a5540ba19c
Make release notes ignore the `>test-failure` label. ( #31309 )
...
This label is uninteresting for release notes.
2018-06-19 15:43:31 +02:00
Clinton Gormley
97a42b014f
Require HTTP::Tiny 0.070 for release notes script
2018-03-20 16:57:36 +01:00
Clinton Gormley
882df3156c
Added coming annotation and breaking changes link to release notes script
...
Also fixed the "area" regex to only remove up to the first /
so that it doesn't remove too much in :Distributed/Snapshot/Restore
Finally, tidied
2018-02-17 09:45:40 +01:00
Clinton Gormley
f54cb567b6
Fixed es_release_notes.pl script to work with the new github labels
...
It also now ignores docs, test, non-issue, refactoring, and build
2018-02-15 20:31:19 +01:00
Clinton Gormley
f92b3c965e
Rename "breaking java" tag to "breaking-java"
2016-07-29 14:43:31 +02:00
Clinton Gormley
e1a347bed5
Update release notes script to add the "breaking java" label
2016-07-29 14:43:31 +02:00
Clinton Gormley
fbf5976663
Make es_release_notes choose the same :Label every time when multiple specified
2016-04-06 13:52:45 +02:00
Clinton Gormley
5e5bb04e2f
In es_release_notes.pl, added non-issue and docs
2016-03-10 20:18:43 +01:00
Clinton Gormley
9e0ca4a795
Updated the release-notes script to produce AsciiDoc and added placeholders
2015-11-20 20:05:53 +01:00
Clinton Gormley
c56d12f964
Dev-tools es release notes - the "doc" tag has been renamed to "docs"
2015-10-27 19:58:50 +01:00
Clinton Gormley
13727ba6fd
Release notes: Add upgrades category
2015-08-25 17:16:14 +02:00
Clinton Gormley
c5d3c46943
Added build and test labels to es release notes script
2015-07-05 20:24:46 +02:00
Clinton Gormley
bd381b86ca
Release notes: Add HTML header with UTF-8 encoding
2015-05-29 21:02:38 +02:00
Clinton Gormley
ef5bf9c21b
Changed the release notes script to use the category labels instead of title prefix
2015-03-19 16:52:47 +01:00
Clinton Gormley
da963ee1f7
Added support for github access tokens to es_release_notes
2014-09-12 10:59:11 +02:00
Clinton Gormley
ea94535557
Fixed bug in es_release_notes script
2014-09-12 10:38:58 +02:00
Clinton Gormley
1455988d91
Changed dev-tools/es_release_notes to:
...
* remove markdown support
* prefer PRs over issues
* include related issues in the list
* always use section headers if there is a header
2014-09-11 16:46:41 +02:00
Clinton Gormley
e543a4dc60
Updated es_release_notes script to replace backticks with code tags
2014-07-28 16:32:15 +02:00
Alexander Reelsen
814451f499
[BUILD] Fixed release notes script to work with github API again
2014-05-21 11:14:28 +02:00
Alexander Reelsen
d4c506ec65
Added script to extract release notes
...
Just call ./es_release_notes.pl <issue-tag> to get all release notes.
By default html output is returned, but you can switch to markdown by calling
./es_release_notes.pl <issue-tag> markdown
2014-02-19 13:43:40 +01:00