Commit graph

30 commits

Author SHA1 Message Date
Sergio Padrino
9098225e66 Fix release notes detection with multiple "Notes:" lines 2022-06-22 13:44:12 +02:00
Sergio Padrino
fe093ae481 Add draft-release:pr script to create release PRs 2022-06-08 15:47:13 +02:00
Sergio Padrino
41d5ba1209 Improve draft-release script to skip release PRs and grab notes from PR body 2022-06-03 14:07:48 +02:00
Markus Olsson
ef312b74a6 Add helper method for executing shell commands in scripts 2022-03-01 13:25:22 +01:00
Markus Olsson
aa604d6ecb Use execFile instead of custom spawn method
They do pretty much the exact same thing and we can save on some code that we nee to maintain
2022-02-28 13:44:40 +01:00
evelyn masso
63ca4324fb remove duplicate-ish changelog task 2020-01-31 15:21:30 -05:00
Brendan Forster
a0b9185a43 remove chai assertions 2019-01-03 13:08:19 -04:00
Brendan Forster
233e2ec5b9 the zeroth beta should be skipped 2018-07-26 15:40:01 -03:00
Brendan Forster
96271d101f ignore entries from test deployments 2018-07-26 15:35:24 -03:00
Brendan Forster
3540ed76fa report these warnings 2018-05-21 16:29:48 +10:00
William Shepherd
33162baccf
Merge pull request #4288 from desktop/relax-regex-for-fixed-issue
relax regex rule to catch more merged PRs when generating changelog
2018-03-28 20:13:59 -05:00
Brendan Forster
26666adc5f words 2018-03-23 11:23:53 +11:00
Brendan Forster
2cc6be365a add comment to explain hard-coded index 2018-03-23 11:21:24 +11:00
Brendan Forster
a1d3cc6e89 an even simpler fix 2018-03-22 13:13:18 +11:00
Brendan Forster
a856e93d9f add a sanity check for when an empty log is returned 2018-03-22 13:06:56 +11:00
Brendan Forster
6491dc57f9 we know there are three groups returned, so we can just poke the last value directly 2018-03-22 09:25:45 +11:00
Brendan Forster
2fea7f9b8b refine the regex to catch more scenarios 2018-03-21 17:27:26 +11:00
Brendan Forster
8369d8279a add test for multiple closing statements 2018-03-21 17:26:15 +11:00
Brendan Forster
c79e4fae16 extract function and add tests 2018-03-21 17:15:16 +11:00
Brendan Forster
2939f72f5b some PRs will use Fixed: #XXX which isn't caught by this rule 2018-03-21 17:12:22 +11:00
Brendan Forster
ba5c131c0f address review feedback 2018-02-09 14:30:37 +11:00
Brendan Forster
3b8a00ddfd introduce production flow 2018-02-04 15:16:32 +11:00
Brendan Forster
5bfcc8e6fc read the existing changelog 2018-02-04 14:55:59 +11:00
Brendan Forster
371d94ad64 rename this method to be a bit more specific 2018-02-04 14:49:15 +11:00
Brendan Forster
3c17c19ee0 extract logic so it can be used with new command 2018-02-04 13:32:55 +11:00
Brendan Forster
b74f01bc81 newline to break it up 2018-01-31 11:29:09 +11:00
Brendan Forster
3072ce3c1c sort tags to get latest version 2018-01-31 11:14:38 +11:00
Brendan Forster
a7b04e3065 guard against missing tag 2018-01-31 10:52:42 +11:00
Brendan Forster
a3f854a2af lint 2018-01-31 10:52:20 +11:00
Brendan Forster
7c3bd7ce78 import source from what-the-changelog 2018-01-31 10:43:12 +11:00