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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,4 +54,4 @@ use the methods in `index.ts` to parse the on-chain data structures into Javascr
54
54
In order to release a new version of this library and publish it to npm, follow these steps:
55
55
1. Update `CHANGELOG.md` with a description of the changes in this version.
56
56
2. Run `npm version <new version number>`. This command will update the version of the package, tag the branch in git, and push your changes to github.
57
-
3. Once your change is merged into `main`, a github action will automatically publish a new version of the package to npm.
57
+
3. Once your change is merged into `main`, create a release, and a github action will automatically publish a new version of the package to npm.
0 commit comments