mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
* fix * fix * fix * fix * Update docker.yml * Update auto-release.yml * Update pr-checker.yml * Update pr-checker.yml * fix: citation version --------- Co-authored-by: Théo LAGACHE <theo.lagache@soluce-technologies.com>
23 lines
419 B
JSON
23 lines
419 B
JSON
{
|
|
"git": {
|
|
"commit": true,
|
|
"commitMessage": "chore: release v${version}",
|
|
"requireCleanWorkingDir": true,
|
|
"tag": true,
|
|
"tagName": "${version}",
|
|
"push": true
|
|
},
|
|
"github": {
|
|
"release": true,
|
|
"tokenRef": "GITHUB_TOKEN"
|
|
},
|
|
"plugins": {
|
|
"@release-it/conventional-changelog": {
|
|
"preset": "angular"
|
|
},
|
|
"@release-it/bumper": {
|
|
"out": "CITATION.cff"
|
|
}
|
|
}
|
|
}
|