add repo config
This commit is contained in:
parent
ad568b5c9f
commit
0fdda8b9ff
1 changed files with 6 additions and 0 deletions
6
repo-automation.config.json
Normal file
6
repo-automation.config.json
Normal file
|
|
@ -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"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue