We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b8a46 commit 583ab94Copy full SHA for 583ab94
2 files changed
.github/workflows/semver.yml
CLAUDE.md
@@ -125,7 +125,6 @@ match version {
125
- **`main`**: Stable branch for patch releases. Only non-breaking fixes and additions.
126
- **`dev`**: Development branch for breaking API changes. PRs with major API changes should target `dev`.
127
- When ready for a new minor/major release, merge `dev` into `main`.
128
-- `cargo-semver-checks` enforces this on PRs to `main`.
129
130
## Workflow
131
0 commit comments