Skip to content

Commit

Permalink
chore: try release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jul 29, 2024
1 parent 77bac6e commit dcd5ff1
Show file tree
Hide file tree
Showing 4 changed files with 4,911 additions and 1,301 deletions.
29 changes: 29 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"git": {
"commitMessage": "chore: release v${version}",
"requireCommits": true
},
"github": {
"autoGenerate": true,
"release": true,
"releaseName": "v${version}"
},
"npm": {"publishArgs": ["--access public", "--provenance"]},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"preset": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{}
]
}
}
}
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"CHANGELOG.md",
"dist",
"node_modules",
"package-lock.json"
"package-lock.json",
".release-it.json"
],
"words": [
"boneskull",
Expand Down
Loading

0 comments on commit dcd5ff1

Please sign in to comment.