Skip to content

Commit

Permalink
ci: update releate-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopezcur committed Nov 6, 2024
1 parent 131b171 commit f6dae72
Showing 1 changed file with 11 additions and 37 deletions.
48 changes: 11 additions & 37 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,47 +6,21 @@
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "vuln",
"section": "Vulnerabilities"
},
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"hidden": true
},
{
"type": "style",
"hidden": true
},
{
"type": "refactor",
"hidden": true
},
{
"type": "perf",
"hidden": true
},
{
"type": "test",
"hidden": true
}
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "vuln", "section": "Vulnerabilities" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "hidden": true },
{ "type": "test", "hidden": true }
]
}
}
},
"github": {
"release": true
}
},
"npm": false
}

0 comments on commit f6dae72

Please sign in to comment.