mirror of
https://github.com/zoriya/zmk.git
synced 2025-12-05 22:46:12 +00:00
* 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>
10 lines
262 B
JSON
10 lines
262 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"bootstrap-sha": "2ded7919ebd63e0174bf5a412f6f01d6af0061c6",
|
|
"release-type": "simple",
|
|
"extra-files": ["app/VERSION"],
|
|
"packages": {
|
|
".": {}
|
|
}
|
|
}
|