We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11bfcb commit dab59d4Copy full SHA for dab59d4
package.json
@@ -67,10 +67,12 @@
67
"semantic-release-vsce",
68
"@semantic-release/github"
69
],
70
- "prepare": {
+ "prepare": ["@semantic-release/changelog",
71
+ {
72
"path": "semantic-release-vsce",
73
"packageVsix": "appsync-resolver-autocomplete.vsix"
- },
74
+ }
75
+ ],
76
"publish": [
77
78
{
@@ -114,4 +116,4 @@
114
116
"vsce": "^1.75.0",
115
117
"vscode-test": "^1.3.0"
118
}
-}
119
+}
0 commit comments