Skip to content

Commit

Permalink
fix: 🐛 fix ver
Browse files Browse the repository at this point in the history
  • Loading branch information
garrylachman committed May 24, 2023
1 parent e6a6a9c commit a3fa56f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ out/
.webpack
dist

packages/**/lib
packages/*/lib
packages/*/node_modules
packages/*/.swc
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
["semantic-release-yarn", {
"npmPublish": false
}],
"@semantic-release/github",
["@semantic-release/exec", {
"prepareCmd": "yarn lerna version ${nextRelease.version} --tag-version-prefix=\"packages-v\" -m \"chore(lerna): packages version ${nextRelease.version} [skip ci]\" --force-publish --no-push --yes"
}],
Expand All @@ -23,6 +22,7 @@
}],
["@semantic-release/exec", {
"prepareCmd": "cat package.json"
}]
}],
"@semantic-release/github"
]
}

0 comments on commit a3fa56f

Please sign in to comment.