Skip to content

Adding cargo semver checks #54

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

seattlelizzard
Copy link

Adding cargo semver checks to Github actions yaml

just putting defaults in and seeing if it works. Should since cargo.toml
is at project root
@BenLeadbetter
Copy link
Collaborator

Thanks for the PR! 🏅

@BenLeadbetter
Copy link
Collaborator

This patch would have cargo semver checks running on each PR against develop. This would be redundant since the check only makes sense to run on releases - PRs against develop do not tend to involve a cargo version bump, which would make the semver checks useless, if I understand correctly.

One thing we could do is have the checks run only for PRs against main (since these tend to be the release PRs)

@BenLeadbetter
Copy link
Collaborator

BTW, I'm currently working on some automatic release start / finish actions which would also automatically run the checks, but these are still WIP.

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.

2 participants