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 make_release_candidate.sh devtool #3321

Open
charludo opened this issue Jan 8, 2025 · 0 comments
Open

Add make_release_candidate.sh devtool #3321

charludo opened this issue Jan 8, 2025 · 0 comments
Labels
effort: medium Should be doable in <12h enhancement This improves an existing feature
Milestone

Comments

@charludo
Copy link
Contributor

charludo commented Jan 8, 2025

Motivation

We want to change our release process by including a staging branch. Commits should be moved to the staging branch in release candidates, and full releases consist of merging the state of the staging branch into main, as before.

A new dev tool should be created to help cherrypick commits, in order to make it easy to only include certain commits in a release candidate (for example: a hotfix should be included, a new feature unrelated to the previous release candidate should not).

Proposed Solution

Add a shell script which iterates over the commits made since the last full release, asking the user to y/n commits. Merge these commits into a new rc branch, and push to github.

Alternatives

Just add a wiki entry explaining the workflow.

@charludo charludo added infrastructure Issues related to the dev or production environment enhancement This improves an existing feature effort: medium Should be doable in <12h and removed infrastructure Issues related to the dev or production environment labels Jan 8, 2025
@JoeyStk JoeyStk added this to the Backlog milestone Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: medium Should be doable in <12h enhancement This improves an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants