Skip to content

Commit

Permalink
Merge pull request #23 from jimmysafe/staging
Browse files Browse the repository at this point in the history
fix(major): major
  • Loading branch information
jimmysafe authored Jun 23, 2023
2 parents c373213 + 4067a00 commit c3e236a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,23 @@
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits"
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "hidden": true },
{ "type": "test", "hidden": true }
]
}
}
}
Expand Down

0 comments on commit c3e236a

Please sign in to comment.