mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 14:51:44 +00:00
release: update release config (#57329)
This commit is contained in:
parent
b903758020
commit
1f0c0cc2ef
@ -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
|
||||
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user