Skip to content

Commit bc051ef

Browse files
committed
chore: added standard-version for changelog management
1 parent 58c08cb commit bc051ef

File tree

2 files changed

+1259
-23
lines changed

2 files changed

+1259
-23
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@
205205
},
206206
"scripts": {
207207
"postinstall": "husky install",
208+
"package": "vsce package --yarn",
209+
"release": "standard-version",
208210
"vscode:prepublish": "npm run compile",
209211
"compile": "tsc -p ./",
210212
"watch": "tsc -watch -p ./"
@@ -217,7 +219,9 @@
217219
"husky": "^7.0.4",
218220
"lint-staged": "^12.3.3",
219221
"prettier": "^2.5.1",
220-
"typescript": "^4.4.4"
222+
"standard-version": "^9.3.2",
223+
"typescript": "^4.4.4",
224+
"vsce": "^2.6.7"
221225
},
222226
"dependencies": {
223227
"array-flat-polyfill": "^1.0.1"

0 commit comments

Comments
 (0)