Commit graph

77 commits

Author SHA1 Message Date
Markus Olsson
c6ecd4ee83 Move outdated deploy docs to deploy repo 2023-06-28 11:00:54 +02:00
Sergio Padrino
9d745da775 Update release-pr-content.sh 2022-06-22 12:28:30 +02:00
Sergio Padrino
7726a94fbd Reuse logic from bash script in yarn draft-release:pr 2022-06-14 18:37:34 +02:00
Sergio Padrino
c0f6a4318a Check for test/beta versions properly 2022-06-14 18:37:22 +02:00
Sergio Padrino
3aeb375be5 Create PR from Action 2022-06-14 18:27:59 +02:00
Sergio Padrino
fe093ae481 Add draft-release:pr script to create release PRs 2022-06-08 15:47:13 +02:00
Sergio Padrino
bf337818cf Improve draft-release script to create release branch 2022-06-03 14:07:31 +02:00
tidy-dev
25a9d5ece5
Merge pull request #14493 from desktop/add-way-to-generate-pretext-notes
Add way to generate pretext notes from draft
2022-05-13 12:10:05 -04:00
tidy-dev
82be843a41 Update getNextVersionNumber to expect a test version or prod version 2022-05-11 12:58:39 -04:00
tidy-dev
871e606cc1 gettingLatestRelease now includes test channel 2022-05-11 12:47:26 -04:00
Markus Olsson
78e4d2d8c8 Use Array.prototype.at 2022-05-04 09:27:05 +02:00
tidy-dev
9749d64130 Generates pretext from pretext-draft.md 2022-05-03 09:21:14 -04:00
tidy-dev
60c1a2305f Adds a basic test version 2022-05-03 09:20:44 -04:00
Sergio Padrino
ee9d828cf3
Merge pull request #14025 from desktop/substr-substring-substitution
Stop using substr, part one
2022-03-03 13:36:09 +01:00
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
09f16b4184 Search and replace for the straightforward cases
substr(X) can be substituted for substring(X)
substr(0, X) can be substituted for substring(0, X)
2022-02-28 15:26:36 +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