-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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.0.1 #4678
release: 4.0.1 #4678
Conversation
✨ Coder.com for PR #4678 deployed! It will be updated on every commit.
|
Codecov Report
@@ Coverage Diff @@
## main #4678 +/- ##
=======================================
Coverage 69.10% 69.10%
=======================================
Files 29 29
Lines 1638 1638
Branches 341 341
=======================================
Hits 1132 1132
Misses 430 430
Partials 76 76 Continue to review full report at Codecov.
|
@@ -83,7 +83,7 @@ main() { | |||
echo -e "Great! We'll prep a PR for updating to $CODE_SERVER_VERSION_TO_UPDATE\n" | |||
$CMD rg -g '!yarn.lock' -g '!*.svg' -g '!CHANGELOG.md' --files-with-matches --fixed-strings "${CODE_SERVER_CURRENT_VERSION}" | $CMD xargs sd "$CODE_SERVER_CURRENT_VERSION" "$CODE_SERVER_VERSION_TO_UPDATE" | |||
|
|||
$CMD git commit -am "chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE" | |||
$CMD git commit --no-verify -am "chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE" |
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.
🧹 Could be my machine but when I run this script, Husky/git precommit fails. Adding --no-verify
here so there are no issues running the script.
@@ -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: 1.0.5 | |||
version: 2.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.
⬆️ Bumping major versions since we bumped the major version of code-server
Please fix #3782 (comment) before releasing. There is also #1510 (comment) which is in contradiction to #1510 (comment). |
Tested again locally and all looks good! VideoScreen.Recording.2022-01-05.at.1.02.38.PM.mov |
This PR is to generate a new release of
code-server
at4.0.1
Screenshot
Screen.Recording.2022-01-04.at.2.45.38.PM.mov
TODOs
Follow "Publishing a release" steps in
ci/README.md
CHANGELOG
Fixes #4675
Notes
Found this issue and documented: #4679