-
Notifications
You must be signed in to change notification settings - Fork 2
Add semver-checks workflow #17
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
Conversation
|
I have a few questions:
|
Signed-off-by: stavrosvl7 <[email protected]>
Signed-off-by: stavrosvl7 <[email protected]>
|
The way the semver-check workflow works: Scenario 1: New Project
Scenario 2: Existing Project
Scenario 3: Release
|
Signed-off-by: stavrosvl7 <[email protected]>
Signed-off-by: stavrosvl7 <[email protected]>
maksimryndin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work @svlachakis and @dkgoutham ! 👍 thanks a lot! Let's introduce small changes and merge
Signed-off-by: stavrosvl7 <[email protected]>
maksimryndin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
Adds a new GitHub Actions workflow that uses cargo-semver-checks to automatically detect versioning violations in Rust crates. This helps prevent accidental breaking changes and ensures proper version bumping according to semver rules.