Commit graph

62 commits

Author SHA1 Message Date
Markus Olsson
9ff1015827 Let's not do this cleanup in this PR 2022-03-02 09:42:10 +01: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
Markus Olsson
9169feff3d Fix TS 4.5 errors 2022-01-28 10:18:40 +01:00
Olivier
5665d97076
Fix typo 2020-11-18 12:42:20 -05:00
Olivier
5082630613
Fix typo 2020-11-17 23:44:06 -05:00
evelyn masso
a39c3cfe10 restructure to allow option to add "blank" release 2020-03-25 17:02:29 -07:00
evelyn masso
a50f4c4fae add more console output 2020-03-25 16:36:07 -07:00
evelyn masso
6823bc6833 explicitly check for beta 2020-03-25 16:25:00 -07:00
evelyn masso
e9982eab0a fix up types, obj construction 2020-03-02 09:23:24 -08:00
evelyn masso
4ecf850e31 move log 2020-03-02 09:23:24 -08:00
evelyn masso
4c2c139c44 inline logic 2020-03-02 09:23:24 -08:00
evelyn masso
3a4e44636f more cleanup 2020-03-02 09:23:24 -08:00
evelyn masso
54ce5e92a4 comments! 2020-03-02 09:23:24 -08:00
evelyn masso
25e1b055ed cleanup 2020-03-02 09:23:24 -08:00
evelyn masso
cb5f3f99cb Update run.ts 2020-03-02 09:23:24 -08:00
evelyn masso
950d3e2dea cleanup steps 2020-03-02 09:23:24 -08:00
evelyn masso
f4c77ba953 clean up makeNewChangelog 2020-03-02 09:23:24 -08:00
evelyn masso
10fc3b49c9 add catchers 2020-03-02 09:23:24 -08:00
evelyn masso
642ef70cbe rewrite draft-release task 2020-03-02 09:23:23 -08:00
evelyn masso
68de54f4db fix changelog updating 2020-03-02 09:23:23 -08:00
evelyn masso
8ad2911520 trying this out 2020-03-02 09:23:23 -08:00
evelyn masso
9c7705a0c1 no need to stringify a string 2020-02-04 14:40:41 -08:00
evelyn masso
521423b950 code comments 2020-02-04 14:40:41 -08:00
evelyn masso
4c843171d7 clarify filters 2020-02-04 14:40:41 -08:00
evelyn masso
7e4e08cd2c extract release note tag order docs 2020-01-29 10:19:21 -05:00
Brendan Forster
862e0922df
update a couple of mentions of master to development 2019-01-09 14:02:04 -04:00
Brendan Forster
02d80738bf
less ceremony 2018-08-01 18:51:59 -03:00
Brendan Forster
98ba69a86c liiiint 2018-07-26 17:31:57 -03:00
Brendan Forster
aaf7ee17d0 ignore new merges on master for production releases
This avoids two different kinds of confusion:
 - we edit the changelog entries when publish, so older merges can reappear
 - we assume that these merges have already been published to beta, so they
   should be already in the changelog
2018-07-26 15:30:00 -03:00
Neha Batra
fdf6c52f0e Update draft-release to match merge conflict resolution decisions
Merging added info around semver
2018-03-14 15:43:21 +01:00
Neha Batra
9af853316c Release the Update to the Release Update
nothing has changed but now it's not as much of a secret

Co-Authored-By: Brendan Forster <brendan@github.com>
2018-02-22 02:08:11 -08:00
Brendan Forster
13bd78c5cd simplify output 2018-02-09 15:47:47 +11:00
Brendan Forster
7ceb9d085a extract function for parsing beta number 2018-02-09 15:30:14 +11:00
Brendan Forster
93e8fb9235 fix test failure 2018-02-09 15:22:56 +11:00
Brendan Forster
d380d279b7 refactor into stages 2018-02-09 15:11:20 +11:00
Brendan Forster
3d5a95a82c some readability 2018-02-09 15:08:15 +11:00
Brendan Forster
e8921e5dbf move this into an options object 2018-02-09 15:04:30 +11:00
Brendan Forster
cdc99e1618 address review feedback 2018-02-09 14:55:45 +11:00
Brendan Forster
ba5c131c0f address review feedback 2018-02-09 14:30:37 +11:00
Brendan Forster
5d1ad00ef8 ensure you only do this when there aren't uncommitted changes 2018-02-04 22:19:19 +11:00
Brendan Forster
44246b07c7 reorder imports 2018-02-04 22:18:09 +11:00
Brendan Forster
9d38422d0a extra to types 2018-02-04 22:17:04 +11:00
Brendan Forster
4204c88145 handle situation where no changelog entries found 2018-02-04 16:16:58 +11:00
Brendan Forster
3b8a00ddfd introduce production flow 2018-02-04 15:16:32 +11:00
Brendan Forster
c568b233db extract function 2018-02-04 14:51:21 +11:00
Brendan Forster
371d94ad64 rename this method to be a bit more specific 2018-02-04 14:49:15 +11:00
Brendan Forster
7b63552f5b make output clearer 2018-02-04 14:02:58 +11:00
Brendan Forster
990ca59d92 better words 2018-02-04 13:41:36 +11:00
Brendan Forster
84003fcf9c port behaviour to new draft-release script 2018-02-04 13:37:26 +11:00