File tree 8 files changed +12
-21
lines changed
8 files changed +12
-21
lines changed Original file line number Diff line number Diff line change 3
3
# Changelog
4
4
5
5
- [ Changelog] ( #changelog )
6
- - [ Next Version ] ( #next-version )
6
+ - [ 3.10.2 ] ( #3102 )
7
7
- [ New Features] ( #new-features )
8
8
- [ Bug Fixes] ( #bug-fixes )
9
- - [ Documentation] ( #documentation )
10
9
- [ Development] ( #development )
11
10
- [ 3.10.1] ( #3101 )
12
11
- [ Bug Fixes] ( #bug-fixes-1 )
13
- - [ Documentation] ( #documentation-1 )
12
+ - [ Documentation] ( #documentation )
14
13
- [ Development] ( #development-1 )
15
14
- [ 3.10.0] ( #3100 )
16
15
- [ New Features] ( #new-features-1 )
17
16
- [ Bug Fixes] ( #bug-fixes-2 )
18
- - [ Documentation] ( #documentation-2 )
17
+ - [ Documentation] ( #documentation-1 )
19
18
- [ Development] ( #development-2 )
20
19
- [ Previous versions] ( #previous-versions )
21
20
@@ -56,7 +55,7 @@ VS Code v0.00.0
56
55
57
56
-->
58
57
59
- ## Next Version
58
+ ## 3.10.2
60
59
61
60
VS Code v1.56.1
62
61
@@ -69,10 +68,6 @@ VS Code v1.56.1
69
68
70
69
- fix: use correct command to Open Folder on Welcome page #3437 @jsjoeio
71
70
72
- ### Documentation
73
-
74
- - item
75
-
76
71
### Development
77
72
78
73
- fix(ci): update brew-bump.sh to update remote first #3438 @jsjoeio
Original file line number Diff line number Diff line change 1
1
# code-server · ; [ ![ "GitHub Discussions"] ( https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple )] ( https://github.com/cdr/code-server/discussions ) [ ![ "Join us on Slack"] ( https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen )] ( https://cdr.co/join-community ) [ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social )] ( https://twitter.com/coderhq )
2
2
3
3
[ ![ codecov] ( https://codecov.io/gh/cdr/code-server/branch/main/graph/badge.svg?token=5iM9farjnC )] ( https://codecov.io/gh/cdr/code-server )
4
- [ ![ See latest docs] ( https://img.shields.io/static/v1?label=Docs&message=see%20latest%20&color=blue )] ( https://github.com/cdr/code-server/tree/v3.10.1 /docs )
4
+ [ ![ See latest docs] ( https://img.shields.io/static/v1?label=Docs&message=see%20latest%20&color=blue )] ( https://github.com/cdr/code-server/tree/v3.10.2 /docs )
5
5
6
6
Run [ VS Code] ( https://github.com/Microsoft/vscode ) on any machine anywhere and access it in the browser.
7
7
Original file line number Diff line number Diff line change @@ -83,18 +83,14 @@ main() {
83
83
echo -e " Great! We'll prep a PR for updating to $CODE_SERVER_VERSION_TO_UPDATE \n"
84
84
$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 "
85
85
86
- # Ensure the tests are passing and code coverage is up-to-date
87
- echo -e " Running unit tests and updating code coverage...\n"
88
- $CMD yarn test:unit
89
-
90
86
$CMD git commit -am " chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE "
91
87
92
88
# This runs from the root so that's why we use this path vs. ../../
93
89
RELEASE_TEMPLATE_STRING=$( cat ./.github/PULL_REQUEST_TEMPLATE/release_template.md)
94
90
95
91
echo -e " \nOpening a draft PR on GitHub"
96
92
# To read about these flags, visit the docs: https://cli.github.com/manual/gh_pr_create
97
- $CMD gh pr create --base main --title " release: $CODE_SERVER_VERSION_TO_UPDATE " --body " $RELEASE_TEMPLATE_STRING " --reviewer @cdr/code-server-reviewers --repo cdr/code-server --draft
93
+ $CMD gh pr create --base main --title " release: $CODE_SERVER_VERSION_TO_UPDATE " --body " $RELEASE_TEMPLATE_STRING " --reviewer @cdr/code-server-reviewers --repo cdr/code-server --draft --assignee " @me "
98
94
99
95
# Open PR in browser
100
96
$CMD gh pr view --web
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ version: 1.0.3
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : 3.10.1
23
+ appVersion : 3.10.2
Original file line number Diff line number Diff line change 1
1
# code-server
2
2
3
- ![ Version: 1.0.0] ( https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.10.1 ] ( https://img.shields.io/badge/AppVersion-3.10.1 -informational?style=flat-square )
3
+ ![ Version: 1.0.0] ( https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.10.2 ] ( https://img.shields.io/badge/AppVersion-3.10.2 -informational?style=flat-square )
4
4
5
5
[ code-server] ( https://github.com/cdr/code-server ) code-server is VS Code running
6
6
on a remote server, accessible through the browser.
@@ -73,7 +73,7 @@ and their default values.
73
73
| hostnameOverride | string | ` "" ` | |
74
74
| image.pullPolicy | string | ` "Always" ` | |
75
75
| image.repository | string | ` "codercom/code-server" ` | |
76
- | image.tag | string | ` "3.10.1 " ` | |
76
+ | image.tag | string | ` "3.10.2 " ` | |
77
77
| imagePullSecrets | list | ` [] ` | |
78
78
| ingress.enabled | bool | ` false ` | |
79
79
| nameOverride | string | ` "" ` | |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
6
6
7
7
image :
8
8
repository : codercom/code-server
9
- tag : ' 3.10.1 '
9
+ tag : ' 3.10.2 '
10
10
pullPolicy : Always
11
11
12
12
imagePullSecrets : []
Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ install_npm() {
419
419
echoh
420
420
echoerr " Please install npm or yarn to install code-server!"
421
421
echoerr " You will need at least node v12 and a few C dependencies."
422
- echoerr " See the docs https://github.com/cdr/code-server/blob/v3.10.1 /docs/install.md#yarn-npm"
422
+ echoerr " See the docs https://github.com/cdr/code-server/blob/v3.10.2 /docs/install.md#yarn-npm"
423
423
exit 1
424
424
}
425
425
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " code-server" ,
3
3
"license" : " MIT" ,
4
- "version" : " 3.10.1 " ,
4
+ "version" : " 3.10.2 " ,
5
5
"description" : " Run VS Code on a remote server." ,
6
6
"homepage" : " https://github.com/cdr/code-server" ,
7
7
"bugs" : {
You can’t perform that action at this time.
0 commit comments