Skip to content

Commit 2fc4e1c

Browse files
author
Jayant Krishnamurthy
committed
document CD process
1 parent 2f256be commit 2fc4e1c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,10 @@ See `src/example_usage.ts` for a runnable example of the above usage.
4747
You can run this example with `npm run example`.
4848

4949
You may also register to specific account updates using `connection.onAccountChange` in the solana web3 API, then
50-
use the methods in `index.ts` to parse the on-chain data structures into Javascript-friendly objects.
50+
use the methods in `index.ts` to parse the on-chain data structures into Javascript-friendly objects.
51+
52+
## Releases
53+
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.

0 commit comments

Comments
 (0)