add release rules to keep us on minor versions

Signed-off-by: Andrew Brandt <brandt.andrew89@gmail.com>
This commit is contained in:
Andrew Brandt 2026-01-19 09:39:27 -06:00
parent 0bffe5b3cc
commit 48ffe43cc7
No known key found for this signature in database
GPG Key ID: F3852281D66848FB

View File

@ -28,5 +28,11 @@
} }
] ]
], ],
"releaseRules": [
{
"breaking": true,
"release": "minor"
}
],
"branches": ["feature/add-semantic-releases"] "branches": ["feature/add-semantic-releases"]
} }