Commit graph

769 commits

Author SHA1 Message Date
Sergio Padrino
67d1f50fdf
Merge pull request #14853 from desktop/releases/3.0.3-beta1
Release 3.0.3-beta1
2022-06-22 15:28:52 +02:00
Sergio Padrino
9098225e66 Fix release notes detection with multiple "Notes:" lines 2022-06-22 13:44:12 +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
704e279a60 Create PRs in the right repository 😂 2022-06-09 16:18:56 +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
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
4686d0006a Get rid of unused coverage reporting 2022-05-04 12:13:38 +02: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
f55acf59e7 Enable code signing on macOS for dev builds 2022-04-05 10:29:19 +02:00
Markus Olsson
365d089534 Prettify files with prettier 2.6.0
Co-Authored-By: Harry Hopkinson <63599884+Harry-Hopkinson@users.noreply.github.com>
2022-03-18 12:58:24 +01:00
Tsvetilian Yankov
23950c157e Update license overrides with version 2.3.1 of tslib 2022-03-17 15:37:31 +02:00
Markus Olsson
ed6162a7dd Convert a bunch of sync fs methods to node fs 2022-03-04 16:12:05 +01:00
Markus Olsson
bfe2c276c8 Let's throw the sync methods in here for good measure 2022-03-04 16:01:36 +01:00
Markus Olsson
372bff5360 Look at you, hiding there disguised as fs 2022-03-04 15:58:53 +01:00
Markus Olsson
aa5d0eb0e7 We can have nice things! 2022-03-04 00:45:39 +01: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
Sergio Padrino
47adedd909
Merge pull request #14051 from desktop/use-the-execfile-luke
Replace custom spawn implementations with promisified exexFile
2022-03-03 13:33:41 +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
Sergio Padrino
784378f621 Merge branch 'development' into bump-webpack 2022-02-23 10:43:46 +01:00
Sergio Padrino
89103f406f I still don't know what I'm doing…
…but at least it builds!
2022-02-15 17:33:17 +01:00
tidy-dev
b50cc952d2 Update iconURL path 2022-02-15 09:08:15 -05:00
Markus Olsson
9169feff3d Fix TS 4.5 errors 2022-01-28 10:18:40 +01:00
Markus Olsson
9a91638124 Clean up and prepare for TS 4.5 2022-01-28 10:18:07 +01:00
Markus Olsson
fc05c87a0a Merge branch 'development' into pr/10874 2021-12-06 13:21:43 +01:00
Sergio Padrino
0d86e5b82d Delete WebView2Loader.dll from Windows builds
That file cannot be signed and makes our builds fail. More info: https://github.com/microsoft/Git-Credential-Manager-Core/issues/462
2021-09-22 10:58:08 +02:00
Sergio Padrino
d2072a89d4 Don't copy ssh-wrapper on non-dev builds 2021-08-18 14:11:13 +02:00
Sergio Padrino
42182c782d Copy ssh-wrapper in macOS builds 2021-08-18 14:11:13 +02:00
Sergio Padrino
24d89a8007
Merge pull request #12572 from shiftkey/port-custom-tslint-to-eslint
port custom TSLint rules to ESLint
2021-08-12 13:31:45 +02:00
tidy-dev
7f449635e8 Remove dead code block 2021-08-03 11:05:07 -04:00
tidy-dev
580bf78df1 Cut out deployment if ensure container fails 2021-08-03 08:49:08 -04:00
tidy-dev
02679bdc43 Nest upload result 2021-08-02 17:29:09 -04:00
tidy-dev
e49c2a349c Switch to upload to Azure 2021-08-02 09:43:36 -04:00
Sergio Padrino
2d5e6d3fa1 Specify type for Octicon symbols 2021-07-27 18:41:20 +02:00
Sergio Padrino
8bba43f99a Merge branch 'development' into tree-shake-octoicons 2021-07-27 17:51:49 +02:00
Brendan Forster
d3f27cd5db remove scripts and setup that handles transpiling tslint-rules directory 2021-07-06 12:41:56 -03:00
Sergio Padrino
a09b8d6509 Rename old getArchitecture function to getDistArchitecture 2021-04-27 11:17:36 +02:00
Sergio Padrino
6bad4540ca Add the architecture as path component of the updates URL 2021-04-23 11:10:24 +02:00
Sergio Padrino
8b75aaa97c Allow Windows releases to not have a delta nuget package 2021-04-09 10:03:46 +02:00