Skip to content

Commit

Permalink
chore(releaseit): 🔧 update releaseit config
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Jun 18, 2021
1 parent 433cf21 commit 1c03969
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@
"before:bump": "npm run build"
},
"git": {
"requireCleanWorkingDir": false,
"commitMessage": "🚀 Release v${version}",
"commitArgs": ["--no-verify"]
},
"github": {
"release": true,
"releaseName": "Release ${version}"
"releaseName": "Release v${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
"ignoreRecommendedBump": true,
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits",
"header": "Changelog",
"types": [
{ "type": "feat", "section": "Feature Updates", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
Expand All @@ -39,14 +37,14 @@
},
{ "type": "build", "section": "Build Updates", "hidden": false },
{ "type": "test", "section": "Test Updates", "hidden": false },
{ "type": "style", "section": "Styling Changes", "hidden": false },
{ "type": "style", "section": "Other Changes", "hidden": false },
{
"type": "perf",
"section": "Performance Improvements",
"hidden": false
},
{ "type": "ci", "section": "CI Changes", "hidden": false },
{ "type": "revert", "section": "Reverts", "hidden": false }
{ "type": "revert", "section": "Updates Reverted", "hidden": false }
]
}
}
Expand Down

1 comment on commit 1c03969

@vercel
Copy link

@vercel vercel bot commented on 1c03969 Jun 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.