mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-28 14:46:41 +00:00
18 lines
361 B
Text
18 lines
361 B
Text
{
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"commitMessagePrefix": "feat!: "
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["minor"],
|
|
"semanticCommitType": "feat",
|
|
"semanticCommitScope": ""
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["digest", "patch"],
|
|
"semanticCommitType": "fix",
|
|
"semanticCommitScope": ""
|
|
}
|
|
]
|
|
}
|