Skip to content

Commit

Permalink
chore: set right release git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Mar 6, 2024
1 parent fdc439d commit 740c7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ Bump a new version for your package with:

```bash
yarn version:bump <package-name> <version>
# e.g. yarn version:bump @zk-kit/utils 2.0.0
# e.g. yarn version:bump utils 2.0.0
```

It will create a commit and a git tag that you'll need to push on the main branch. A workflow will be triggered and will
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:library": "jest packages/${0}",
"test:circuits": "yarn workspace @zk-kit/circuits test",
"test:contracts": "yarn workspace imt.sol test:coverage",
"version:bump": "yarn workspace ${0} version ${1} && git commit -am \"chore(${0}): v${1}\" && git tag v${1}",
"version:bump": "yarn workspace @zk-kit/${0} version ${1} && git commit -am \"chore(${0}): v${1}\" && git tag ${0}-v${1}",
"version:publish": "yarn workspaces foreach -A --no-private npm publish --tolerate-republish --access public",
"version:release": "changelogithub",
"lint": "eslint . --ext .js,.ts && yarn workspace imt.sol lint",
Expand Down

0 comments on commit 740c7ef

Please sign in to comment.