Release: deactivate 5.2.2 release (#58081)

This commit is contained in:
Camden Cheek 2023-11-02 12:22:50 -05:00 committed by GitHub
parent 0352e607c8
commit ef8a32e7d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 19 deletions

View File

@ -40,7 +40,9 @@ All notable changes to Sourcegraph are documented in this file.
- The VSCode search extension "Sourcegraph for VS Code" has been sunset and removed from Sourcegraph
repository. [#58023](https://github.com/sourcegraph/sourcegraph/pull/58023)
## Unreleased 5.2.2
## Unreleased 5.2.3
## 5.2.2
### Added

View File

@ -22,14 +22,6 @@
"current": "5.2.0",
"captainGitHubUsername": "unknwon",
"captainSlackUsername": "joe"
},
"5.2.2": {
"codeFreezeDate": "2023-10-25T10:00:00.000-07:00",
"securityApprovalDate": "2023-10-25T10:00:00.000-07:00",
"releaseDate": "2023-11-01T10:00:00.000-07:00",
"current": "5.2.2",
"captainGitHubUsername": "camdencheek",
"captainSlackUsername": "camden"
}
},
"dryRun": {
@ -38,15 +30,5 @@
"trackingIssues": false,
"calendar": false,
"slack": false
},
"in_progress": {
"captainGitHubUsername": "camdencheek",
"captainSlackUsername": "camden",
"releases": [
{
"version": "5.2.2",
"previous": "5.2.1"
}
]
}
}