We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f2ab1 commit dfd3c62Copy full SHA for dfd3c62
1 file changed
.github/workflows/semver-checks.yml
@@ -21,4 +21,7 @@ jobs:
21
22
- name: Check semver compatibility
23
uses: obi1kenobi/cargo-semver-checks-action@v2
24
- # No parameters needed - automatically checks all packages in workspace
+ with:
25
+ # Skip semver checks if this is still the template's default "mycrate" name
26
+ # Users should rename their crate before publishing
27
+ exclude: mycrate
0 commit comments