Skip to content

Commit ac1318a

Browse files
committed
docs: update readme file
1 parent 7db1bcf commit ac1318a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ bun run test
112112

113113
```bash
114114
bun version:tag <package-name> <version>
115-
# e.g. bun version:tag binary-merkle-root 0.0.1
115+
# e.g. bun version:tag merkle-trees 0.0.1
116116
```
117117

118118
2. Push the new git tag:
119119

120120
```bash
121121
git push origin <package-name>-<version>
122-
# e.g. git push origin binary-merkle-root-v0.0.1
122+
# e.g. git push origin merkle-trees-v0.0.1
123123
```
124124

125125
After pushing the new git tag, a workflow will be triggered and will release a new version on Github with its changelog automatically.

0 commit comments

Comments
 (0)