mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
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>
9 lines
202 B
JSON
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": {
|
|
".": {}
|
|
}
|
|
}
|