Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
lancegliser committed Sep 19, 2024
1 parent 16a3536 commit cbb1087
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ const getClient = async (): Promise<WasmClient> => {
};
```

## Build and Test

TODO: Describe and show how to build your code and run the tests.

## Publishing

An action is available on GitHub to release.
Documentation changes do not require a version publishing.
For functional changes, follow [SemVer](https://semver.org/)
standards updating the `package.json` and `package-lock.json`
files in your pull request.

When you are ready to publish a new version, use the Github Release action.

0 comments on commit cbb1087

Please sign in to comment.