feat(regime)

This commit is contained in:
Dan Finch 2026-04-29 00:55:53 +02:00
commit 2a3ffc4d0e
33 changed files with 961 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"devDependencies": {
"semantic-release": "^25.0.3"
}
}

View file

@ -0,0 +1,6 @@
/**
* @type {import('semantic-release').GlobalConfig}
*/
export default {
branches: ["main"],
}