obsidian-media-db-sync/repo-automation.config.json
afiqzudinhadi 699bbf3a9f chore: finish rebrand from upstream obsidian-media-db-plugin
package.json author/description now match manifest.json, release
workflow plugin name and repo-automation.config.json repo ref no
longer point at the upstream project.
2026-07-30 13:24:53 +08:00

6 lines
221 B
JSON

{
"devBranch": "master",
"releaseBranch": "release",
"github": "https://github.com/afiqzudinhadi/obsidian-media-db-sync",
"preconditions": ["bun run typecheck", "bun run format", "bun run lint:fix", "bun run test"]
}