Skip to content

Commit

Permalink
docs(weavedrive): add section in README on publishing new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Oct 28, 2024
1 parent f94e0f2 commit 549367e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions extensions/weavedrive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ SPEC: https://hackmd.io/@ao-docs/H1JK_WezR
## Testing

`npm test`

## Contributing

### Publish a new Version of the package

We use a Github workflow to build and publish new version of the Loader to NPM.
To publish a new version, go to the
[WeaveDrive CI workflow](https://github.com/permaweb/aos/actions/workflows/weavedrive.yml)
and click the `Run Workflow` button. Provide the semver compatible version you
would like to bump to, and then click `Run Workflow`. This will trigger a
Workflow Dispatch that will bump the version is the manifest files, build the module, and finally publish it to NPM

0 comments on commit 549367e

Please sign in to comment.