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.
This commit is contained in:
parent
a4ba1b8e42
commit
699bbf3a9f
3 changed files with 4 additions and 4 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
||||||
- '*' # Push events to matching any tag format, i.e. 1.0, 20.15.10
|
- '*' # Push events to matching any tag format, i.e. 1.0, 20.15.10
|
||||||
|
|
||||||
env:
|
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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "media-db-sync",
|
"name": "media-db-sync",
|
||||||
"version": "0.1.0",
|
"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",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite build --watch --mode development",
|
"dev": "vite build --watch --mode development",
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"release": "lemons-automation release"
|
"release": "lemons-automation release"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Moritz Jung",
|
"author": "Afiq Zudin Hadi",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@happy-dom/global-registrator": "^20.10.4",
|
"@happy-dom/global-registrator": "^20.10.4",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"devBranch": "master",
|
"devBranch": "master",
|
||||||
"releaseBranch": "release",
|
"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"]
|
"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