mirror of
https://github.com/lukaszraczylo/compaction-mcp.git
synced 2026-06-05 23:14:02 +00:00
dded4ec04c
- Dockerfile: distroless container for MCP server - GoReleaser: multi-platform binary and Docker builds with cosign signing - GitHub Actions: release workflow using shared actions - Semver config for automatic version calculation - Persistence layer, content indexing, and improved tool handlers
25 lines
294 B
YAML
25 lines
294 B
YAML
version: 1
|
|
force:
|
|
major: 0
|
|
minor: 1
|
|
patch: 0
|
|
blacklist:
|
|
- "Merge branch"
|
|
- "Merge pull request"
|
|
wording:
|
|
patch:
|
|
- update
|
|
- fix
|
|
- bugfix
|
|
- patch
|
|
- tweak
|
|
minor:
|
|
- change
|
|
- improve
|
|
- add
|
|
- feature
|
|
- enhance
|
|
major:
|
|
- breaking
|
|
- major
|