feat: add release-please-config.json file

This commit is contained in:
samuele-cozzi 2023-03-03 15:37:53 +01:00 committed by GitHub
parent 77a2fb2b21
commit 63134f46b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,9 @@
{
"extra-files": [
{
"type": "json",
"path": "manifest.json",
"jsonpath": "$.version"
}
]
}