Skip to content

Commit

Permalink
chore(release): release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkaiwd committed Oct 20, 2022
1 parent 55a0d93 commit c4a0c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/my-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sppk/my-lib",
"version": "2.0.3",
"version": "2.0.4",
"description": "",
"module": "dist/index.es.js",
"main": "dist/index.cjs.js",
Expand Down
5 changes: 2 additions & 3 deletions scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ const doRelease = async (version: string) => {
version,
"-m",
`chore(version): bump version to v${version}`,
"git-tag-version",
false,
"--no-git-tag-version",
],
{ cwd }
);
Expand Down Expand Up @@ -115,5 +114,5 @@ const main = async () => {
}
};
main().catch((err) => {
console.log("error", err);
console.error(err);
});

0 comments on commit c4a0c1b

Please sign in to comment.