Skip to content

Commit

Permalink
Add releasing checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Jun 18, 2021
1 parent 6732ab0 commit 49ccde5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,11 @@ Then install the resulting `.vsix` file using the command palette and selecting
## Release Notes

See [CHANGELOG.md](CHANGELOG.md).

## Releasing checklist

- Double-check the CI
- `npm version <major|minor|patch>`
- `git push origin`
- `git push origin vX.Y.Z`
- Lean back and let the CI do the rest

0 comments on commit 49ccde5

Please sign in to comment.