config/.core/release.yaml
Snider cd93ad8081 feat: rename go-config to core/config
Module path changed from forge.lthn.ai/core/go-config to forge.lthn.ai/core/config.
Package name remains "config" — only the module path changed.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 10:21:18 +00:00

20 lines
214 B
YAML

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