You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ yarn format:write
178
178
179
179
### Conventional commits
180
180
181
-
Semaphore uses [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). A [command line utility](https://github.com/commitizen/cz-cli) to commit using the correct syntax can be used by running:
181
+
ZK-Kit uses [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). A [command line utility](https://github.com/commitizen/cz-cli) to commit using the correct syntax can be used by running:
182
182
183
183
```bash
184
184
yarn commit
@@ -208,7 +208,7 @@ yarn compile
208
208
209
209
```bash
210
210
yarn version:bump <package-name><version>
211
-
# e.g. yarn version:bump utils 2.0.0
211
+
# e.g. yarn version:bump imt.sol 2.0.0
212
212
```
213
213
214
214
This step creates a commit and a git tag.
@@ -223,7 +223,7 @@ git push origin main
223
223
224
224
```bash
225
225
git push origin <package-name>-<version>
226
-
# e.g. git push origin utils-v2.0.0
226
+
# e.g. git push origin imt.sol-v2.0.0
227
227
```
228
228
229
229
After pushing the new git tag, a workflow will be triggered and will publish the package on [npm](https://www.npmjs.com/) and release a new version on Github with its changelogs automatically.
0 commit comments