Skip to content

Commit 4fdadcd

Browse files
author
Jayant Krishnamurthy
committed
recommend using npm version
1 parent 2fc4e1c commit 4fdadcd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,5 @@ use the methods in `index.ts` to parse the on-chain data structures into Javascr
5151

5252
## Releases
5353

54-
In order to release a new version of this library and publish it to npm, simply increment the version number in `package.json`, then create a new release on github with the same version number.
55-
The github repository has an action configured to automatically publish this package to npm whenever a new release is tagged.
56-
Once the action is approved by an administrator, the package will be published.
54+
In order to release a new version of this library and publish it to npm, simply run `npm version <new version number>` and push your changes to github.
55+
Once your change is merged into `main`, a github action will automatically publish a new version of the package to npm.

0 commit comments

Comments
 (0)