ci(release): simplify release-please setup (#4)

This commit is contained in:
2023-06-13 00:38:10 +01:00
committed by GitHub
parent 41f37e5726
commit 28b7ef837d
3 changed files with 5 additions and 10 deletions

16
.github/release-please-config.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"packages": {
".": {
"release-type": "simple",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false,
"extra-files": [
"yank-indent.el"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}