release: update release config (#57329)

This commit is contained in:
Bolaji Olajide 2023-10-04 02:17:05 -04:00 committed by GitHub
parent b903758020
commit 1f0c0cc2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 12 deletions

View File

@ -54,3 +54,5 @@ dev/backcompat/flakes.json
# Errors when used with @ianvs/prettier-plugin-sort-imports due to TS language API hitting global `eval`
client/browser/src/types/webextension-polyfill/index.d.ts
dev/release/release-config.jsonc

View File

@ -4,19 +4,22 @@
"slackAnnounceChannel": "announce-engineering"
},
"scheduledReleases": {
"5.1.0": {
"codeFreezeDate": "2023-06-14T10:00:00.000-07:00",
"securityApprovalDate": "2023-06-21T10:00:00.000-07:00",
"releaseDate": "2023-06-28T10:00:00.000-07:00",
"5.2.0": {
"codeFreezeDate": "2023-09-20T10:00:00.000-07:00",
"securityApprovalDate": "2023-09-27T10:00:00.000-07:00",
"releaseDate": "2023-10-04T10:00:00.000-07:00",
"patches": [
"2023-07-12T10:00:00.000-07:00",
"2023-07-26T10:00:00.000-07:00",
"2023-08-09T10:00:00.000-07:00",
"2023-08-23T10:00:00.000-07:00",
"2023-09-06T10:00:00.000-07:00",
"2023-09-20T10:00:00.000-07:00"
"2023-10-18T10:00:00.000-07:00",
"2023-11-01T10:00:00.000-07:00",
"2023-11-15T10:00:00.000-07:00",
"2023-11-29T10:00:00.000-07:00",
"2023-12-13T10:00:00.000-07:00",
"2023-12-27T10:00:00.000-07:00",
"2024-01-10T10:00:00.000-07:00",
"2024-01-24T10:00:00.000-07:00",
"2024-02-07T10:00:00.000-07:00"
],
"current": "5.1.0",
"current": "5.2.0",
"captainGitHubUsername": "unknwon",
"captainSlackUsername": "joe"
},
@ -36,4 +39,4 @@
"calendar": false,
"slack": false
}
}
}