File tree 3 files changed +6
-8
lines changed
.github/PULL_REQUEST_TEMPLATE
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,5 @@ Follow "Publishing a release" steps in `ci/README.md`
12
12
13
13
<!-- Note some of these steps below are redundant since they're listed in the "Publishing a release" docs -->
14
14
15
- - [ ] double-check github release tag is the commit with artifacts (_ note gets messed up after uploading assets_ )
16
15
- [ ] publish release and merge PR
17
16
- [ ] update the AUR package
Original file line number Diff line number Diff line change 3
3
# Changelog
4
4
5
5
- [ Changelog] ( #changelog )
6
- - [ 3.11.0 ] ( #3110 )
6
+ - [ Next Version ] ( #next-version )
7
7
- [ New Features] ( #new-features )
8
8
- [ Bug Fixes] ( #bug-fixes )
9
9
- [ Documentation] ( #documentation )
@@ -30,7 +30,7 @@ We copy from here into the release notes.
30
30
<!--
31
31
Add next version above previous version but below this line using the template
32
32
33
- ## 0.0.0
33
+ ## Next Version
34
34
35
35
VS Code v0.00.0
36
36
@@ -52,7 +52,7 @@ VS Code v0.00.0
52
52
53
53
-->
54
54
55
- ## 3.11.0
55
+ ## Next Version
56
56
57
57
VS Code v1.56
58
58
Original file line number Diff line number Diff line change @@ -24,14 +24,13 @@ Any file or directory in this subdirectory should be documented here.
24
24
- It will upload them to the draft release.
25
25
6 . Run some basic sanity tests on one of the released packages.
26
26
- Especially make sure the terminal works fine.
27
- 7 . Make sure the github release tag is the commit with the artifacts.
28
- 8 . Publish the release and merge the PR.
27
+ 7 . Publish the release and merge the PR.
29
28
1 . CI will automatically grab the artifacts and then:
30
29
1 . Publish the NPM package from ` npm-package ` .
31
30
2 . Publish the Docker Hub image from ` release-images ` .
32
- 9 . Update the AUR package.
31
+ 8 . Update the AUR package.
33
32
- Instructions on updating the AUR package are at [ cdr/code-server-aur] ( https://github.com/cdr/code-server-aur ) .
34
- 10 . Wait for the npm package to be published.
33
+ 9 . Wait for the npm package to be published.
35
34
36
35
## dev
37
36
You can’t perform that action at this time.
0 commit comments