Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
claui committed Jun 15, 2023
1 parent 8be2308 commit f5bd08f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Follow these steps to publish the extension to the Open VSX Registry:
`extension/[…].vsix` file as the sole argument. Example in Bash:

```bash
yarn ovsx publish "extension/packaging-$(jq -r .version extension/package.json).vsix"
yarn ovsx publish "extension/dist/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.1",
"version": "0.2.2",
"publisher": "claui",
"engines": {
"vscode": "^1.74.0"
Expand Down

0 comments on commit f5bd08f

Please sign in to comment.