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

Support release process with tooling #143

Open
sagikazarmark opened this issue Jul 28, 2023 · 2 comments
Open

Support release process with tooling #143

sagikazarmark opened this issue Jul 28, 2023 · 2 comments
Labels
lifecycle/keep Denotes an issue or PR that should be preserved from going stale.

Comments

@sagikazarmark
Copy link
Member

There are already several steps involved in creating a new release.

Let's automate some of the steps to make sure we don't forget any of it:

  • Create an issue titled "Release vX.Y.Z"
  • Assign the issue to a release manager
  • Create a checklist for pre-, during and post- release steps
    • Pre-release: documentation updated, all issues/PRs in a milestone are closed/merged, version matrix updated, etc
    • During release: document the exact steps and commands (templated) to do/run
    • Post-release: ...
  • Support different modes
    • Minor release
    • Patch release (create release branch from minor release, ask release manager to link release issue to backport PRs, etc)

Automation ideas:

  • Run a github action with the version and create issues/branches from there
    • Pros:
      • Works regardless of access level
    • Cons:
      • Harder to test
      • If something goes wrong, harder to remediate
  • Run a bash script locally using gh CLI
    • Pros:
      • Probably easier to write
    • Cons:
      • Bash :trollface:
  • Write a specialized tool (eg. in Go)
    • Pros:
      • Easier to detect and remediate issues
    • Cons:
      • Takes more time to write (probably)
Copy link

github-actions bot commented Dec 3, 2023

Thank you for your contribution! This issue has been automatically marked as stale because it has no recent activity in the last 60 days. It will be closed in 20 days, if no further activity occurs. If this issue is still relevant, please leave a comment to let us know, and the stale label will be automatically removed.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. label Dec 3, 2023
@ramizpolic ramizpolic added lifecycle/keep Denotes an issue or PR that should be preserved from going stale. question and removed lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. labels Dec 22, 2023
@github-actions github-actions bot removed the question label Feb 11, 2024
@Elyytscha
Copy link

as I noticed BV also likes conventional commits, i can recommend https://github.com/googleapis/release-please for release automation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/keep Denotes an issue or PR that should be preserved from going stale.
Projects
None yet
Development

No branches or pull requests

3 participants