Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Mar 12, 2024
1 parent a90cf36 commit f63005e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/hungry-shirts-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@moonbeam-network/xcm-sdk': patch
'@moonbeam-network/xcm-builder': patch
'@moonbeam-network/xcm-config': patch
'@moonbeam-network/xcm-types': patch
'@moonbeam-network/xcm-utils': patch
---

Update dev dependencies
10 changes: 10 additions & 0 deletions packages/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,13 @@ cp .env.example .env

npm run test:acc
```

# Release

To create a dev version go to GitHub actions and run `publish dev versions` workflow.

To create a release version run:

```bash
npm run changeset
```

0 comments on commit f63005e

Please sign in to comment.