feat(regime)

This commit is contained in:
Dan Finch 2026-04-29 00:55:53 +02:00
commit faacaba2f5
37 changed files with 1060 additions and 0 deletions

View file

@ -0,0 +1,12 @@
/**
* @type {import('semantic-release').GlobalConfig}
*/
export default {
branches: ["main"],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/npm", { npmPublish: false }],
"@markwylde/semantic-release-gitea",
],
}