File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 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`
1212
1313<!-- Note some of these steps below are redundant since they're listed in the "Publishing a release" docs -->
1414
15- - [ ] double-check github release tag is the commit with artifacts (_ note gets messed up after uploading assets_ )
1615- [ ] publish release and merge PR
1716- [ ] update the AUR package
Original file line number Diff line number Diff line change 33# Changelog
44
55- [ Changelog] ( #changelog )
6- - [ 3.11.0 ] ( #3110 )
6+ - [ Next Version ] ( #next-version )
77 - [ New Features] ( #new-features )
88 - [ Bug Fixes] ( #bug-fixes )
99 - [ Documentation] ( #documentation )
@@ -30,7 +30,7 @@ We copy from here into the release notes.
3030<!--
3131Add next version above previous version but below this line using the template
3232
33- ## 0.0.0
33+ ## Next Version
3434
3535VS Code v0.00.0
3636
@@ -52,7 +52,7 @@ VS Code v0.00.0
5252
5353-->
5454
55- ## 3.11.0
55+ ## Next Version
5656
5757VS Code v1.56
5858
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.
2424 - It will upload them to the draft release.
25256 . Run some basic sanity tests on one of the released packages.
2626 - 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.
2928 1 . CI will automatically grab the artifacts and then:
3029 1 . Publish the NPM package from ` npm-package ` .
3130 2 . Publish the Docker Hub image from ` release-images ` .
32- 9 . Update the AUR package.
31+ 8 . Update the AUR package.
3332 - 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.
3534
3635## dev
3736
You can’t perform that action at this time.
0 commit comments