aboutsummaryrefslogtreecommitdiffhomepage
path: root/release-please-config.json
diff options
context:
space:
mode:
authorPete Johanson <[email protected]>2024-11-18 14:46:26 -0700
committerGitHub <[email protected]>2024-11-18 16:46:26 -0500
commitffa485c11b48444acf3adf1e3c1cb3eed16fad94 (patch)
tree98a403ee216e126e90f5cce249b0f5772cd319b2 /release-please-config.json
parent70542990c07f32aa503fd00b5a4e3b4edf0b5196 (diff)
downloadzmk-ffa485c11b48444acf3adf1e3c1cb3eed16fad94.tar.gz
zmk-ffa485c11b48444acf3adf1e3c1cb3eed16fad94.zip
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 <[email protected]>
Diffstat (limited to 'release-please-config.json')
-rw-r--r--release-please-config.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/release-please-config.json b/release-please-config.json
new file mode 100644
index 0000000000..d09fb98616
--- /dev/null
+++ b/release-please-config.json
@@ -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": {
+ ".": {}
+ }
+}