From ddf9c276e0e1cdd8db29dfbaadef553c150859ff Mon Sep 17 00:00:00 2001 From: William Hua Date: Thu, 14 Dec 2023 09:17:57 -0500 Subject: [PATCH] Add instructions for building a snapshot release --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index efea629d0..e2121e881 100644 --- a/README.md +++ b/README.md @@ -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 ` +3. `pnpm publish --tag snapshot` + ### Used by - [Sequence Wallet](https://sequence.app/)