feat(ci): Add release-please automation with VERSION (#2622)

* Add VERSION file that Zephyr will pick up
* Add release-please automation
* Updated docs on commits messages, and PR process
* Updated PR template to match.

---


Release-As: 0.1.0

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
Pete Johanson
2024-11-18 14:46:26 -07:00
committed by GitHub
parent 70542990c0
commit ffa485c11b
8 changed files with 112 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "2ded7919ebd63e0174bf5a412f6f01d6af0061c6",
"release-type": "simple",
"extra-files": ["app/VERSION"],
"packages": {
".": {}
}
}