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 00250d8 commit 44ac55dCopy full SHA for 44ac55d
package.json
@@ -46,5 +46,31 @@
46
"./viewer-umd.js": "./dist/umd/viewer.umd.js",
47
"./vtk-umd.js": "./dist/umd/vtk.umd.js",
48
"./viewer.css": "./dist/umd/viewer.css"
49
+ },
50
+ "config": {
51
+ "commitizen": {
52
+ "path": "cz-conventional-changelog"
53
+ }
54
55
+ "release": {
56
+ "branches": [
57
+ "main"
58
+ ],
59
+ "plugins": [
60
+ [
61
+ "@semantic-release/commit-analyzer",
62
+ {
63
+ "preset": "conventionalcommits"
64
65
66
+ "@semantic-release/release-notes-generator",
67
+ "@semantic-release/npm",
68
69
+ "@semantic-release/github",
70
71
+ "successCommentCondition": "<% return branch.name === 'main'; %>"
72
73
+ ]
74
75
}
76
0 commit comments