go-ratelimit/.core/release.yaml
Snider 2eb0559ecb
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 2m10s
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:37 +00:00

20 lines
226 B
YAML

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