mirror of
https://github.com/lotabout/skim.git
synced 2026-09-15 17:56:32 -04:00
18 lines
323 B
JSON
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"]
|
|
}
|