mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"github": {
|
|
"release": true,
|
|
"draft": true,
|
|
"tokenRef": "GITHUB_TOKEN"
|
|
},
|
|
"git": {
|
|
"commit": true,
|
|
"commitMessage": "chore: release ${version}",
|
|
"requireCleanWorkingDir": true,
|
|
"tag": true,
|
|
"tagName": "${version}",
|
|
"push": true
|
|
},
|
|
"plugins": {
|
|
"@release-it/conventional-changelog": {
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"@release-it/bumper": {
|
|
"out": {
|
|
"file": "CITATION.cff",
|
|
"path": "version",
|
|
"type": "text/yaml"
|
|
}
|
|
}
|
|
}
|
|
}
|