go/.core/release.yaml
Snider f3854f1077 feat: add .core/ build and release configuration
Adopts go-devops build system for the core framework library.
Build config validates compilation across targets, release config
enables changelog generation for tag-only library releases.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 17:40:40 +00:00

24 lines
334 B
YAML

# Core Go Framework release configuration
# Used by: core ci
# Library module — no binary artifacts, tag-only releases.
version: 1
project:
name: core-go
repository: core/go
publishers: []
changelog:
include:
- feat
- fix
- perf
- refactor
exclude:
- chore
- docs
- style
- test
- ci