Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
disjukr committed Aug 7, 2023
1 parent 1480973 commit d77fe78
Show file tree
Hide file tree
Showing 4 changed files with 688 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tmp
node_modules
dist
*.vsix
*.vsix
yarn-error.log
9 changes: 9 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# how to publish

1. Update version in `package.json` and `git tag <new-version>`
1. `yarn`
1. `yarn build`
1. Copy Azure DevOps [PAT](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#get-a-personal-access-token)
1. `yarn vsce login pbkit` & Paste PAT
1. `yarn vsce package --yarn`
1. `yarn vsce publish --yarn`
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/pbkit/vscode-pbkit.git"
},
"version": "0.0.5",
"version": "0.0.6",
"publisher": "pbkit",
"icon": "pbkit.png",
"license": "(MIT OR Apache-2.0)",
Expand Down Expand Up @@ -94,6 +94,7 @@
"devDependencies": {
"@types/node": "^17.0.17",
"@types/vscode": "^1.51.0",
"@vscode/vsce": "^2.20.1",
"esbuild": "^0.14.21",
"vscode-test": "^1.6.1"
},
Expand Down
Loading

0 comments on commit d77fe78

Please sign in to comment.