mirror of
https://github.com/chenasraf/input-form.nvim.git
synced 2026-05-17 17:38:01 +00:00
14 lines
377 B
JSON
14 lines
377 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"packages": {
|
|
".": {
|
|
"release-type": "simple",
|
|
"package-name": "input-form.nvim",
|
|
"changelog-path": "CHANGELOG.md",
|
|
"include-component-in-tag": false,
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true
|
|
}
|
|
}
|
|
}
|