Skip to content

Commit dfd3c62

Browse files
committed
Configure semver-checks to skip template's default package names
1 parent a7f2ab1 commit dfd3c62

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/semver-checks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ jobs:
2121

2222
- name: Check semver compatibility
2323
uses: obi1kenobi/cargo-semver-checks-action@v2
24-
# No parameters needed - automatically checks all packages in workspace
24+
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

Comments
 (0)