Commit b04757a
chore: configure semantic-release for 0.x.x versioning behavior
- Add custom release rules to handle pre-1.0.0 development phase
- Breaking changes now increment minor version (0.X.0)
- Features now increment patch version (0.0.X)
- Fixes continue to increment patch version (0.0.X)
- Major version remains at 0 until production-ready
This ensures proper semantic versioning during the pre-1.0.0 development
phase where breaking changes should not increment the major version.1 parent a7bea4b commit b04757a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments