Skip to content

Commit

Permalink
Add instructions for building a snapshot release
Browse files Browse the repository at this point in the history
  • Loading branch information
attente committed Dec 14, 2023
1 parent 36a0cea commit ddf9c27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ Clone the [Sequence Design System GitHub Project](https://github.com/0xsequence/
pnpm install && pnpm storybook
```

### Create a snapshot release

1. Bump version in package.json to 0.0.0-YYYYmmddHHMMSS (`echo -n 0.0.0- ; date -u +%Y%m%d%H%M%S`)
2. `git commit -a -m <version>`
3. `pnpm publish --tag snapshot`

### Used by

- [Sequence Wallet](https://sequence.app/)
Expand Down

0 comments on commit ddf9c27

Please sign in to comment.