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>
24 lines
334 B
YAML
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
|