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

Add release/version automation using release-please #2621

Closed
petejohanson opened this issue Nov 8, 2024 · 0 comments · Fixed by #2622
Closed

Add release/version automation using release-please #2621

petejohanson opened this issue Nov 8, 2024 · 0 comments · Fixed by #2622
Assignees
Labels
enhancement New feature or request github_actions Pull requests that update Github_actions code

Comments

@petejohanson
Copy link
Contributor

See #2513 for some discussion here.

Automate our versioning/release process leveraging the https://github.com/googleapis/release-please-action

Release major.minor.0 version from main branch:

  • Update the new app/VERSION to match
  • Create-or-update the v{major}.{minor} tag
  • Create a v{major}.{minor}.0 git tag
  • Create GH release.
  • update unified template's config/west.yml to point to new version branch

Release a new {major}.{minor}.{patch} version from major.minor-branch branch where patch > 0:

  • Update the new app/VERSION to match
  • Update the v{major}.{minor} tag
  • Create a v{major}.{minor}.{patch} tag
  • create a GH release
@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 linked a pull request Nov 8, 2024 that will close this issue
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 a pull request may close this issue.

1 participant