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 workflow for creating versioning pr #64

Merged
merged 19 commits into from
Nov 23, 2024
Merged

Conversation

geofflamrock
Copy link
Owner

@geofflamrock geofflamrock commented Nov 22, 2024

This PR introduces the use of auto as a versioning tool. To indicate that a specific PR requires a new release, add a label major, minor or patch. When the PR is merged a new versioning PR will be created which when merged will trigger the new release to be created.

An additional workflow has been added to add a status check onto a PR depending on if there is a proper label or not. At the moment this doesn't really impact anything, it's just an indicator. The default label is skip-release if none is put on the PR, which won't result in a new version.

@geofflamrock geofflamrock added bug Something isn't working skip-release Preserve the current version when merged and removed bug Something isn't working labels Nov 23, 2024
@geofflamrock geofflamrock marked this pull request as ready for review November 23, 2024 10:32
@geofflamrock geofflamrock merged commit b80f333 into main Nov 23, 2024
14 checks passed
@geofflamrock geofflamrock deleted the create-versioning-pr branch November 23, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-release Preserve the current version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant