We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fe68a commit 4f1b558Copy full SHA for 4f1b558
.github/PULL_REQUEST_TEMPLATE/release_template.md
@@ -1,15 +1,16 @@
1
-This PR is to generate a new release of `code-server` at `0.0.0`
+<!-- Note: this variable $CODE_SERVER_VERSION_TO_UPDATE will be set when you run the release-prep.sh script with `yarn release:prep` -->
2
+This PR is to generate a new release of `code-server` at `$CODE_SERVER_VERSION_TO_UPDATE`
3
4
## Screenshot
5
6
TODO
7
8
## TODOs
9
-- [ ] update the AUR package
10
-- [ ] upload assets to draft release
11
- [ ] test locally
+- [ ] upload assets to draft release
12
- [ ] double-check github release tag is the commit with artifacts
13
- [ ] publish release
14
- [ ] merge PR
15
- [ ] update the homebrew package
16
+- [ ] update the AUR package
0 commit comments