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 * Update .release-it.json --------- Co-authored-by: Théo LAGACHE <theo.lagache@soluce-technologies.com>
27 lines
502 B
JSON
27 lines
502 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": {
|
|
"file": "CITATION.cff",
|
|
"path": "version",
|
|
"type": "text/plain"
|
|
}
|
|
}
|
|
}
|
|
}
|