Skip to content

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