diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7202e7..d092d66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: - '*' # Push events to matching any tag format, i.e. 1.0, 20.15.10 env: - PLUGIN_NAME: obsidian-media-db-plugin # Change this to the name of your plugin-id folder + PLUGIN_NAME: media-db-sync # Change this to the name of your plugin-id folder jobs: build: diff --git a/package.json b/package.json index 5f963a3..379e53e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "media-db-sync", "version": "0.1.0", - "description": "A plugin that can query multiple APIs for movies, series, anime, manga, books, comics, games, music and wiki articles, and import them into your vault.", + "description": "Media library with automatic metadata enrichment, periodic sync, and watch-status automation. Fork of Media DB by Moritz Jung.", "main": "main.js", "scripts": { "dev": "vite build --watch --mode development", @@ -18,7 +18,7 @@ "release": "lemons-automation release" }, "keywords": [], - "author": "Moritz Jung", + "author": "Afiq Zudin Hadi", "license": "GPL-3.0", "devDependencies": { "@happy-dom/global-registrator": "^20.10.4", diff --git a/repo-automation.config.json b/repo-automation.config.json index 560b511..4095a4b 100644 --- a/repo-automation.config.json +++ b/repo-automation.config.json @@ -1,6 +1,6 @@ { "devBranch": "master", "releaseBranch": "release", - "github": "https://github.com/mProjectsCode/obsidian-media-db-plugin", + "github": "https://github.com/afiqzudinhadi/obsidian-media-db-sync", "preconditions": ["bun run typecheck", "bun run format", "bun run lint:fix", "bun run test"] }