Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Jul 23, 2022
1 parent 8523a95 commit 7a10abe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ npm i -g vsce

## Publish

- Bump version in `package.json`
- Bump version in `package.json` via `npm version <major|minor|patch>`
- Push changes including `--tags`
- [Create release on github](https://github.com/andys8/vscode-jest-snippets/releases/new)
- Run `npm run publish` or `vsce publish`

Expand All @@ -19,6 +20,9 @@ with custom defined scope "Marketplace"

### Login

- <https://andys8.visualstudio.com/_usersSettings/tokens>
- Token needs organization: All accessible organizations

```shell
vsce login andys8
```

0 comments on commit 7a10abe

Please sign in to comment.