Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

petejohanson
Copy link
Contributor

@petejohanson petejohanson commented Nov 8, 2024

  • 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

@petejohanson petejohanson added enhancement New feature or request github_actions Pull requests that update Github_actions code labels Nov 8, 2024
@petejohanson petejohanson self-assigned this Nov 8, 2024
@petejohanson petejohanson requested a review from a team as a code owner November 8, 2024 17:52
@petejohanson petejohanson linked an issue Nov 8, 2024 that may be closed by this pull request
@petejohanson
Copy link
Contributor Author

Tested all the various workflows in my ZMK fork. I've added the necessary secret/token (ZMK_RELEASE_PLEASE_TOKEN) for this already to the settings for this repo.

@petejohanson petejohanson force-pushed the ci/add-version-automation branch 2 times, most recently from dd7bc77 to 5ae3588 Compare November 18, 2024 19:58
@petejohanson petejohanson requested a review from a team as a code owner November 18, 2024 19:58
@petejohanson petejohanson force-pushed the ci/add-version-automation branch from 5ae3588 to 6e54e35 Compare November 18, 2024 21:13
docs/docs/development/contributing/pull-requests.md Outdated Show resolved Hide resolved
docs/docs/development/contributing/pull-requests.md Outdated Show resolved Hide resolved
@@ -1,12 +1,27 @@
---
title: Commit Messages
title: Pull Requests
sidebar_title: PRs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sidebar_title: PRs
sidebar_title: Pull Requests

"Pull Requests" doesn't seem too long to me for the sidebar.

* 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.

---

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
Release-As: 0.1.0
@petejohanson petejohanson force-pushed the ci/add-version-automation branch from 0b5b1af to 36a4d31 Compare November 18, 2024 21:24
@petejohanson petejohanson merged commit ffa485c into zmkfirmware:main Nov 18, 2024
24 checks passed
autoferrit added a commit to SpaceRockMedia/zmk that referenced this pull request Dec 7, 2024
…johanson/zmk into petejohanson-feat/pointers-with-input-processors

* 'feat/pointers-with-input-processors' of github.com:petejohanson/zmk: (186 commits)
  docs: Add initial pointer docs.
  feat: Add input split support.
  feat(mouse): Add mouse move and scroll support
  feat(boards): Update for mikoto board definition (zmkfirmware#1946)
  refactor(Kconfig): Extracted designer defaults out into new files (zmkfirmware#2537)
  chore(main): release 0.1.0 (zmkfirmware#2657)
  docs: Create a Hardware Integration index page (zmkfirmware#2634)
  docs: Mention combos in reset behaviors (zmkfirmware#2677)
  fix(boards): Disable uart serial node in Xiao BLE by default (zmkfirmware#2672)
  chore(deps): bump the prod-other-minor-patch group across 1 directory with 2 updates
  feat(boards): Add glove80 nexus node for extension GPIO. (zmkfirmware#2594)
  docs: Move defines to the end in layer behaviors (zmkfirmware#2639)
  docs: Update new-shield.mdx (zmkfirmware#2664)
  docs(ci): Netlify ignore command to check branch (zmkfirmware#2659)
  chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /docs
  feat(ci): Add release-please automation with VERSION (zmkfirmware#2622)
  docs: Remove dangling 0 in sticky keys docs
  fix: include a header file for RC macros (zmkfirmware#2649)
  feat(drivers): Support init high/low in 595 driver
  docs: touchups on the soft off information for improved clarity. (zmkfirmware#2647)
  ...
autoferrit added a commit to SpaceRockMedia/zmk that referenced this pull request Dec 7, 2024
…fingerpunch

* petejohanson-feat/pointers-with-input-processors: (186 commits)
  docs: Add initial pointer docs.
  feat: Add input split support.
  feat(mouse): Add mouse move and scroll support
  feat(boards): Update for mikoto board definition (zmkfirmware#1946)
  refactor(Kconfig): Extracted designer defaults out into new files (zmkfirmware#2537)
  chore(main): release 0.1.0 (zmkfirmware#2657)
  docs: Create a Hardware Integration index page (zmkfirmware#2634)
  docs: Mention combos in reset behaviors (zmkfirmware#2677)
  fix(boards): Disable uart serial node in Xiao BLE by default (zmkfirmware#2672)
  chore(deps): bump the prod-other-minor-patch group across 1 directory with 2 updates
  feat(boards): Add glove80 nexus node for extension GPIO. (zmkfirmware#2594)
  docs: Move defines to the end in layer behaviors (zmkfirmware#2639)
  docs: Update new-shield.mdx (zmkfirmware#2664)
  docs(ci): Netlify ignore command to check branch (zmkfirmware#2659)
  chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /docs
  feat(ci): Add release-please automation with VERSION (zmkfirmware#2622)
  docs: Remove dangling 0 in sticky keys docs
  fix: include a header file for RC macros (zmkfirmware#2649)
  feat(drivers): Support init high/low in 595 driver
  docs: touchups on the soft off information for improved clarity. (zmkfirmware#2647)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add release/version automation using release-please
2 participants