diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58833f2..a6677ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: jobs: CI: - uses: firstsun-dev/.github/.github/workflows/obsidian-plugin-ci.yml@main + uses: firstsun-dev/.github/.github/workflows/obsidian-plugin-ci.yml@v1 with: plugin-id: "git-file-sync" skip-sonar: ${{ vars.ENABLE_CI_SONAR != 'true' }} diff --git a/.releaserc.json b/.releaserc.json index 2c02683..e8f22db 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -18,6 +18,7 @@ { "type": "build", "release": false }, { "type": "ci", "release": false }, { "type": "chore", "scope": "deps", "release": "patch" }, + { "type": "chore", "scope": "deps-dev", "release": "patch" }, { "type": "chore", "release": false }, { "breaking": true, "release": "major" } ] diff --git a/package.json b/package.json index 1e9f2b3..fd2dd93 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "main": "main.js", "type": "module", "author": "ClaudiaFang", - "repository": "github:firstsun-dev/git-files-sync", + "repository": { + "type": "git", + "url": "git+https://github.com/firstsun-dev/git-files-sync.git" + }, "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",