chore: add semantic versioning configuration

- [x] Create semver.yaml with version 1 schema
- [x] Configure patch version triggers (update, initial, fix, chore, docs, test)
- [x] Configure minor version triggers (release, refactor)
- [x] Configure major version triggers (breaking, major)
- [x] Enable force mode with existing and strict settings
This commit is contained in:
2026-01-18 18:46:31 +00:00
parent 11d85480aa
commit ba4f8c3236
+19
View File
@@ -0,0 +1,19 @@
version: 1
force:
existing: true
strict: false
minor: 1
wording:
patch:
- update
- initial
- fix
- chore
- docs
- test
minor:
- release
- refactor
major:
- breaking
- major