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 9ff5c51 commit fe80e81
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"hooks": {
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
"before:init": "npm test",
"before:bump": "npm run build"
},
"git": {
"requireCleanWorkingDir": false,
"commitMessage": "chore(release): 🚀 v${version}"
"commitMessage": "🚀 Release v${version}",
"commitArgs": ["--no-verify"]
},
"github": {
"release": true,
Expand All @@ -16,6 +18,7 @@
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits",
"header": "Changelog",
"types": [
{ "type": "feat", "section": "Feature Updates", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
Expand Down

0 comments on commit fe80e81

Please sign in to comment.