Skip to content

Commit

Permalink
feat(semantic-release): 调整好版本号,目前可以发送版本了
Browse files Browse the repository at this point in the history
  • Loading branch information
wujiajin committed May 4, 2023
1 parent 5cc3ff4 commit 2822e07
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
12 changes: 8 additions & 4 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"workspaces": [
"packages/*",
"!packages/lb-demo/**",
"!packages/lb-utils/**",
"!packages/lb-components/**",
"!packages/lb-annotation/**"
"!packages/lb-demo/**"
],
"branches": [
"main",
Expand All @@ -26,6 +23,7 @@
],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
Expand All @@ -35,6 +33,12 @@
],
"message": "chore(release): ${nextRelease.version} [skip ci] \n\n${nextRelease.notes}"
}
],
[
"@semantic-release/exec",
{
"successCmd": "node ../../scripts/post-publish.js ${branch.name} '${nextRelease.notes}'"
}
]
]
}
4 changes: 2 additions & 2 deletions packages/lb-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labelbee/lb-annotation",
"version": "1.14.0-alpha.3",
"version": "1.14.0-alpha.4",
"description": "Annotation tool collection",
"keywords": [
"annotation",
Expand Down Expand Up @@ -94,7 +94,7 @@
"typescript": "^4.2.3"
},
"dependencies": {
"@labelbee/lb-utils": "1.7.0-alpha.5",
"@labelbee/lb-utils": "^1.7.0-alpha.4",
"@turf/turf": "5.1.6",
"color-rgba": "^2.3.0",
"lodash": "^4.17.20",
Expand Down
4 changes: 2 additions & 2 deletions packages/lb-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@labelbee/lb-annotation": "1.14.0-alpha.5",
"@labelbee/lb-utils": "1.7.0-alpha.5",
"@labelbee/lb-annotation": "^1.14.0-alpha.4",
"@labelbee/lb-utils": "^1.7.0-alpha.4",
"ahooks": "^3.4.0",
"classnames": "^2.3.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/lb-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labelbee/lb-utils",
"version": "1.7.0-alpha.3",
"version": "1.7.0-alpha.4",
"description": "utils for label-bee",
"author": "Glenfiddish <[email protected]>",
"publishConfig": {
Expand Down

0 comments on commit 2822e07

Please sign in to comment.