go-devops/.core/release.yaml
Snider 63e4b35a9a chore: add .core/ build and release configs
Add go-devops build system configuration for standardised
build, test, and release workflows across the Go ecosystem.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 18:52:36 +00:00

20 lines
220 B
YAML

version: 1
project:
name: go-devops
repository: core/go-devops
publishers: []
changelog:
include:
- feat
- fix
- perf
- refactor
exclude:
- chore
- docs
- style
- test
- ci