Files
magnus919_agent-skills/release-please-config.json
79f84a88cd ci: add release-please for automated release PRs (#71)
Accumulates conventional commits into a Release PR that bumps the
version and updates CHANGELOG.md. Nothing is tagged until a human
merges the Release PR.

Co-authored-by: Jasper <jasper@magnus919.com>
2026-07-21 01:24:40 -04:00

9 lines
202 B
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"include-component-in-tag": false,
"packages": {
".": {}
}
}