diff --git a/repo-automation.config.json b/repo-automation.config.json new file mode 100644 index 0000000..2e5ed34 --- /dev/null +++ b/repo-automation.config.json @@ -0,0 +1,6 @@ +{ + "devBranch": "main", + "releaseBranch": "release", + "github": "https://github.com/mProjectsCode/obsidian-media-db-plugin", + "preconditions": ["bun run typecheck", "bun run format", "bun run lint:fix", "bun run test"] +}