Skip to content

Commit 135aef8

Browse files
committed
ci: add missing semantic release dependencies
1 parent 036a6a8 commit 135aef8

File tree

2 files changed

+245
-1
lines changed

2 files changed

+245
-1
lines changed

package-lock.json

Lines changed: 241 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"devDependencies": {
4141
"@commitlint/cli": "^17.4.1",
4242
"@commitlint/config-conventional": "^17.4.0",
43+
"@semantic-release/changelog": "^6.0.2",
44+
"@semantic-release/exec": "^6.0.3",
45+
"@semantic-release/git": "^10.0.1",
4346
"@vscode/vsce": "^2.16.0",
4447
"husky": "^8.0.3",
4548
"js-yaml": "^4.1.0",
@@ -51,4 +54,4 @@
5154
"build": "npx js-yaml syntaxes/ccini.tmLanguage.yaml > syntaxes/ccini.tmLanguage.json",
5255
"publish": "vsce publish"
5356
}
54-
}
57+
}

0 commit comments

Comments
 (0)