Archived
1
0

feat: add dry run option to release-prep.sh

This commit is contained in:
Joe Previte
2021-03-23 11:26:05 -07:00
parent a8858ea9fc
commit a1dca6da29
2 changed files with 24 additions and 14 deletions

View File

@ -1,4 +1,5 @@
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` -->
This PR is to generate a new release of `code-server` at `$CODE_SERVER_VERSION_TO_UPDATE`
## Screenshot
@ -6,10 +7,10 @@ TODO
## TODOs
- [ ] update the AUR package
- [ ] upload assets to draft release
- [ ] test locally
- [ ] upload assets to draft release
- [ ] double-check github release tag is the commit with artifacts
- [ ] publish release
- [ ] merge PR
- [ ] update the homebrew package
- [ ] update the AUR package