Skip to content

Commit fa47900

Browse files
author
LittleCoinCoin
committed
fix(ci): using custom @artessan-devs/sr-uv-plugin
fix a deployment issue of `artessan-devs/sr-uv-plugin` in my own fork.
1 parent a5ed541 commit fa47900

File tree

3 files changed

+38
-40
lines changed

3 files changed

+38
-40
lines changed

.releaserc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
}
1010
],
1111
"plugins": [
12-
"@artessan-devs/sr-uv-plugin/prepare",
13-
"@artessan-devs/sr-uv-plugin/verifyConditions",
12+
"@artessan-devs/sr-uv-plugin",
1413
[
1514
"@semantic-release/commit-analyzer",
1615
{

package-lock.json

Lines changed: 36 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"semantic-release": "semantic-release"
77
},
88
"devDependencies": {
9-
"@artessan-devs/sr-uv-plugin": "^1.0.0",
9+
"@artessan-devs/sr-uv-plugin": "github:LittleCoinCoin/sr-uv-plugin#fix/semantic-release-plugin-loading",
1010
"@commitlint/cli": "^18.6.1",
1111
"@commitlint/config-conventional": "^18.6.2",
1212
"@semantic-release/changelog": "^6.0.3",

0 commit comments

Comments
 (0)