diff options
author | Pete Johanson <[email protected]> | 2024-11-18 14:46:26 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-18 16:46:26 -0500 |
commit | ffa485c11b48444acf3adf1e3c1cb3eed16fad94 (patch) | |
tree | 98a403ee216e126e90f5cce249b0f5772cd319b2 /docs/sidebars.js | |
parent | 70542990c07f32aa503fd00b5a4e3b4edf0b5196 (diff) | |
download | zmk-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 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index 3cdd84e638..e7975fb2d5 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -142,7 +142,7 @@ module.exports = { collapsed: true, items: [ "development/contributing/clean-room", - "development/contributing/commit-messages", + "development/contributing/pull-requests", "development/contributing/documentation", ], }, |