Files

58 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2026-03-03 16:39:59 +01:00
{
2026-03-06 09:01:55 +01:00
"github": {
"release": true,
2026-03-06 17:25:33 +01:00
"draft": true,
2026-03-07 12:04:22 +01:00
"tokenRef": "GITHUB_TOKEN"
2026-03-06 09:01:55 +01:00
},
2026-03-03 16:39:59 +01:00
"git": {
2026-03-04 09:30:26 +01:00
"commit": true,
2026-03-06 13:24:18 +01:00
"commitMessage": "chore: release ${version}",
2026-03-03 16:39:59 +01:00
"requireCleanWorkingDir": true,
"tag": true,
2026-03-06 13:24:18 +01:00
"tagName": "${version}",
2026-03-03 16:39:59 +01:00
"push": true
},
"plugins": {
"@release-it/conventional-changelog": {
2026-03-04 13:37:19 +01:00
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "✨ Features"
},
{
"type": "fix",
"section": "🐛 Bug Fixes"
},
{
"type": "perf",
"section": "⚡️ Performance Improvements"
},
{
"type": "revert",
"section": "⏪️ Reverts"
},
{
"type": "docs",
"section": "📝 Documentation",
"hidden": true
},
{
"type": "chore",
"section": "🔧 Chores",
"hidden": true
}
]
}
2026-03-03 16:39:59 +01:00
},
"@release-it/bumper": {
2026-03-04 13:02:24 +01:00
"out": {
"file": "CITATION.cff",
"path": "version",
2026-03-04 13:37:19 +01:00
"type": "text/yaml"
2026-03-04 13:02:24 +01:00
}
2026-03-03 16:39:59 +01:00
}
}
}