mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 17:20:30 +00:00
fix(release): trigger patch release on chore(deps) commits
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ad1eadb4cb
commit
910305a81c
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
{ "type": "test", "release": false },
|
||||
{ "type": "build", "release": false },
|
||||
{ "type": "ci", "release": false },
|
||||
{ "type": "chore", "scope": "deps", "release": "patch" },
|
||||
{ "type": "chore", "release": false },
|
||||
{ "breaking": true, "release": "major" }
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue