Add go-devops build system configuration for standardised build, test, and release workflows across the Go ecosystem. Co-Authored-By: Virgil <virgil@lethean.io>
20 lines
214 B
YAML
20 lines
214 B
YAML
version: 1
|
|
|
|
project:
|
|
name: go-api
|
|
repository: core/go-api
|
|
|
|
publishers: []
|
|
|
|
changelog:
|
|
include:
|
|
- feat
|
|
- fix
|
|
- perf
|
|
- refactor
|
|
exclude:
|
|
- chore
|
|
- docs
|
|
- style
|
|
- test
|
|
- ci
|