Skip to content

Adding cargo semver checks#54

Open
seattlelizzard wants to merge 1 commit into
midi2-dev:developfrom
seattlelizzard:develop
Open

Adding cargo semver checks#54
seattlelizzard wants to merge 1 commit into
midi2-dev:developfrom
seattlelizzard:develop

Conversation

@seattlelizzard
Copy link
Copy Markdown

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
Copy Markdown
Collaborator

Thanks for the PR! 🏅

@BenLeadbetter
Copy link
Copy Markdown
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
Copy Markdown
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