-
Notifications
You must be signed in to change notification settings - Fork 5.9k
release: 4.5.1 #5354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 4.5.1 #5354
Conversation
✨ code-server docs for PR #5354 is ready! It will be updated on every commit.
|
Codecov Report
@@ Coverage Diff @@
## main #5354 +/- ##
=======================================
Coverage 72.42% 72.42%
=======================================
Files 30 30
Lines 1672 1672
Branches 366 366
=======================================
Hits 1211 1211
Misses 398 398
Partials 63 63 Continue to review full report at Codecov.
|
@@ -15,9 +15,9 @@ type: application | |||
# This is the chart version. This version number should be incremented each time you make changes | |||
# to the chart and its templates, including the app version. | |||
# Versions are expected to follow Semantic Versioning (https://semver.org/) | |||
version: 2.6.0 | |||
version: 3.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR was identified as a breaking change, hence the major bump here.
Blocked until #5316 is addressed |
Before this, creating a release sometimes prevented vscode from rebuilding and using the cache instead. Now we use the package.json.version in the cache key to "bust" the cache if the package.json version is updated (aka a release). Fixes #5316
Co-authored-by: Asher <[email protected]>
This reverts commit b23c398.
This PR is to generate a new release of
code-server
at4.5.1
Screenshot
TODOs
Follow "Publishing a release" steps in
ci/README.md