actuel-inactuel/site/plugins/loop/.release-it.json
isUnknown ab7fd8b2ea
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
add kirby-loop plugin with French translations
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 21:41:50 +01:00

25 lines
472 B
JSON

{
"git": {
"requireUpstream": true,
"push": true,
"tagName": "v${version}",
"commitMessage": "chore: release v${version}"
},
"npm": {
"publish": false
},
"github": {
"release": true,
"web": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"infile": "CHANGELOG.md"
},
"@release-it/bumper": {
"in": "composer.json",
"out": "composer.json"
}
}
}