mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
* update: release * fix * fix * fix * Update docker.yml * fix --------- Co-authored-by: Théo LAGACHE <theo.lagache@soluce-technologies.com>
32 lines
703 B
JSON
32 lines
703 B
JSON
{
|
|
"git": {
|
|
"commitMessage": "chore: release v${version}",
|
|
"requireCleanWorkingDir": true,
|
|
"requireUpstream": true,
|
|
"tag": true,
|
|
"tagName": "${version}",
|
|
"push": true
|
|
},
|
|
"github": {
|
|
"release": true
|
|
},
|
|
"plugins": {
|
|
"@release-it/conventional-changelog": {
|
|
"preset": "angular"
|
|
},
|
|
"@release-it/bumper": {
|
|
"files": ["package.json", "CITATION.cff"],
|
|
"bumpFiles": [
|
|
{
|
|
"file": "CITATION.cff",
|
|
"versionRegExp": "version:\\s*\"([0-9]+\\.[0-9]+\\.[0-9]+)\""
|
|
},
|
|
{
|
|
"file": "package.json",
|
|
"versionRegExp": "\"version\":\\s*\"([0-9]+\\.[0-9]+\\.[0-9]+)\""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|