Skip to content

Commit a907fb0

Browse files
committed
chore: update npm publish configuration and enhance conventional commits preset structure
1 parent 584d306 commit a907fb0

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

package/package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
},
8585
"npm": {
8686
"publish": true,
87+
"skipChecks": true,
8788
"publishArgs": ["--provenance --access public"]
8889
},
8990
"github": {
@@ -94,7 +95,21 @@
9495
},
9596
"plugins": {
9697
"@release-it/conventional-changelog": {
97-
"preset": "conventionalcommits",
98+
"preset": {
99+
"name": "conventionalcommits",
100+
"types": [
101+
{ "type": "feat", "section": "Features" },
102+
{ "type": "fix", "section": "Bug Fixes" },
103+
{ "type": "perf", "section": "Performance" },
104+
{ "type": "refactor", "section": "Refactors" },
105+
{ "type": "docs", "section": "Documentation" },
106+
{ "type": "style", "section": "Styles" },
107+
{ "type": "chore", "section": "Chores" },
108+
{ "type": "test", "section": "Tests" },
109+
{ "type": "ci", "section": "CI" },
110+
{ "type": "build", "section": "Build" }
111+
]
112+
},
98113
"infile": "../CHANGELOG.md"
99114
}
100115
}

0 commit comments

Comments
 (0)