Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
claui committed Sep 8, 2022
1 parent c7e859a commit 672c792
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,12 @@ Follow these steps to publish the extension to the Open VSX Registry:
Extension Marketplace. This ensures that the version number has
been updated and that a `.vsix` file has been generated.

3. Run the `yarn ovsx publish` command with the correct
`extension/[…].vsix` file as the sole argument. Example in Bash:
3. Run `yarn package` followed by the `yarn ovsx publish` command.
The `yarn ovsx publish` invocation requires a `extension/[…].vsix`
file as an argument. Example in Bash:

```bash
yarn ovsx publish "extension/packaging-$(jq -r .version extension/package.json).vsix"
yarn package && yarn ovsx publish "extension/packaging-$(jq -r .version extension/package.json).vsix"
```

### Committing, tagging and creating a GitHub prerelease and PR
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packaging",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "claui",
"engines": {
"vscode": "^1.69.0"
Expand Down

0 comments on commit 672c792

Please sign in to comment.