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

releases: improve automated releases and review #474

Open
dutterbutter opened this issue Dec 5, 2024 · 0 comments
Open

releases: improve automated releases and review #474

dutterbutter opened this issue Dec 5, 2024 · 0 comments
Assignees

Comments

@dutterbutter
Copy link
Collaborator

Description

We want to update the release pipeline flow so releases can properly be reviewed and triggered by the maintaining team while also automating the cargo toml bump. This flow will do the following:

Proposed Workflow

  1. Automated Release PRs:

    • Automatically generate and update a "Release PR" for every merge to the main branch.
    • This ensures visibility of upcoming changes, enabling the team to review and manage the release process effectively.
    • Ensure cargo.toml reflects upcoming release tag
    • Clearly outlines breaking changes
  2. Release Manager Review:

    • The releases will be approved and merge the "Release PR" once all checks are complete and the release is ready.
  3. Versioned and Tagged Releases:

    • A new release (e.g., v0.2.2) will be created upon merging the Release PR.
    • The release will include relevant changelogs and release notes and will be tagged as "latest."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants