go-crypt/.core/release.yaml
Snider 999b115315
Some checks failed
Security Scan / security (push) Failing after 7s
Test / test (push) Failing after 21s
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
218 B
YAML

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