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

Feature: Automatic release based on version bump #830

Merged
merged 3 commits into from
Dec 4, 2023

Conversation

seriouslysean
Copy link
Collaborator

Issue number

Relevant issue number

  • Resolves #

Please check the following

  • Do the tests still pass? (see Run the Tests)
  • Is the code formatted properly? (see Linting (Formatting))
  • For New Features:
    • Have tests been added to cover any new features or fixes?
    • Has the documentation been updated accordingly?

Please describe additional details for testing this change

@seriouslysean seriouslysean added enhancement New feature or request dev experience Improvements to the code base that make it easier/better/more enjoyable to contribute to Cuttle version-minor An update that warrants a bumping the project's minor version (e.g. 4.0.0 => 4.1.0) labels Dec 4, 2023
.github/workflows/bump-version.yml Show resolved Hide resolved
id: get
run: |
LABELS="${{ join(github.event.pull_request.labels.*.name, ' ') }}"
VERSION_LABELS=$(echo $LABELS | tr ' ' '\n' | grep -E '^version-(patch|minor|major)$' || true)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other change here is to change version:* to version-* since you use a slightly different label format.

@seriouslysean seriouslysean merged commit 71e0838 into main Dec 4, 2023
9 checks passed
@seriouslysean seriouslysean deleted the feature/automatic-releases-part-duex branch December 4, 2023 15:47
@seriouslysean
Copy link
Collaborator Author

I'm going rogue, merging it.

@seriouslysean
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev experience Improvements to the code base that make it easier/better/more enjoyable to contribute to Cuttle enhancement New feature or request version-minor An update that warrants a bumping the project's minor version (e.g. 4.0.0 => 4.1.0)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant