ci(release): setup release-please

Setup release-please to handle version bumping, changelog generation,
and creating releases on GitHub.
This commit is contained in:
2023-04-25 01:09:53 +01:00
parent 803374178f
commit 15c69ef8d7
4 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{
"bootstrap-sha": "e3fdaa7f673a8b8d43c2ac16f8a3cdfe8b3ab6c1",
"last-release-sha": "e3fdaa7f673a8b8d43c2ac16f8a3cdfe8b3ab6c1",
"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"
}