utileo
Version:
JS library with most common utils.
50 lines • 1.01 kB
Plain Text
{
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"hidden": false,
"section": "🚀 Features"
},
{
"type": "fix",
"hidden": false,
"section": "🐛 Bug Fixes"
},
{
"type": "chore",
"hidden": false,
"section": "🛠 Maintenance"
},
{
"type": "docs",
"hidden": false,
"section": "📃 Documentation"
},
{
"type": "refactor",
"hidden": false,
"section": "👨🔧 Refactors"
},
{
"type": "perf",
"hidden": false,
"section": "🏎 Performance"
},
{
"type": "spec",
"hidden": false,
"section": "🤖 Specification"
},
{
"type": "revert",
"section": "🔄 Reverts",
"hidden": false
}
],
"issuePrefixes": ["#"],
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}",
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}",
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
"userUrlFormat": "{{host}}/{{user}}"
}