Files
filepuff-mcp/semver.yaml
T
lukaszraczylo ba4f8c3236 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
2026-01-18 18:46:31 +00:00

19 lines
224 B
YAML

version: 1
force:
existing: true
strict: false
minor: 1
wording:
patch:
- update
- initial
- fix
- chore
- docs
- test
minor:
- release
- refactor
major:
- breaking
- major