Skip to content

Commit

Permalink
feat: Update version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam committed Oct 22, 2024
1 parent 937f8f7 commit ac6ac0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,3 @@ This is a vscode extension based on [Explorer Bookmark](https://github.com/UrosV
with some improvements:

- Rename bookmark name

## Development

Install dependencies by:

```shell
pnpm install
```

Then run and debug extension like in [official documentation](https://code.visualstudio.com/api/get-started/your-first-extension)

## Publish

You need set two github actions secrets:

- VS_MARKETPLACE_TOKEN: [Visual Studio Marketplace token](https://learn.microsoft.com/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate)
- OPEN_VSX_TOKEN: [Open VSX Registry token](https://github.com/eclipse/openvsx/wiki/Publishing-Extensions#3-create-an-access-token)

```shell
pnpm release
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "my-folders",
"displayName": "my-folders",
"version": "0.0.29",
"version": "0.1.0",
"description": "my-folders",
"publisher": "maxisam",
"private": true,
Expand Down

0 comments on commit ac6ac0d

Please sign in to comment.