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

ci: Refactor release workflow #174

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

ci: Refactor release workflow #174

wants to merge 2 commits into from

Conversation

samuelburnham
Copy link
Member

@samuelburnham samuelburnham commented Sep 20, 2024

Switches to composite release actions using argumentcomputer/ci-workflows#76.

Behavior is updated in several ways:

  • Checks out the latest corresponding release branch as the basis for major and minor releases, where before it would always check out dev. This enables a streamlined release workflow where the maintainer opens the release PR, then cherry-picks the desired changes from dev that have been added since the last release, then pushes them to the release-pr branch for CI and review.
  • Renames hotfix releases to patch in order to align with SemVer
  • Adds a configurable changelog config, which separates PRs by label for easier viewing
  • Various bug fixes and simplifications
  • Improves support for tag prefixes in branch names and GitHub releases, e.g sphinx in release/sphinx-v1.0

Successful runs:

TODOS:

  • Refine changelog categories in tag-release.yml, and factor them out into a .github/changelog-config.json file

Note

To be merged after argumentcomputer/ci-workflows#76

@samuelburnham samuelburnham marked this pull request as ready for review September 20, 2024 14:33
@samuelburnham samuelburnham linked an issue Sep 23, 2024 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

ci: Reusify release workflows
1 participant