We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57628c commit 478506aCopy full SHA for 478506a
src/papyrus-lang-vscode/package.json
@@ -601,7 +601,7 @@
601
"compile:release": "webpack --mode production",
602
"test": "npm run compile && node ./node_modules/vscode/bin/test",
603
"generate-version-number": "ts-node ./scripts/generate-version-number.mjs",
604
- "semantic-release": "npm run copy-license && npm generate-changelog && semantic-release",
+ "semantic-release": "npm run copy-license && npm run generate-changelog && semantic-release",
605
"generate-changelog": "npm version %VERSION% && conventional-changelog -r 0 --preset conventionalcommits -o CHANGELOG.md && npm version 0.0.0",
606
"lint": "eslint ."
607
},
0 commit comments