lotabout.skim/.github/release-please/config.json
2024-12-01 01:25:03 +01:00

18 lines
323 B
JSON

{
"release-type": "rust",
"bump-minor-pre-major": true,
"include-component-in-tag": false,
"packages": {
"skim": {
"changelog-path": "/CHANGELOG.md"
},
"e2e": {
"skip-github-release": true
},
"xtask": {
"skip-github-release": true
}
},
"plugins": ["cargo-workspace"]
}