mirror of
https://github.com/lukaszraczylo/filepuff-mcp.git
synced 2026-06-05 22:23:50 +00:00
ba4f8c3236
- [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
19 lines
224 B
YAML
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 |