forked from rainbow-me/rainbowkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add create-rainbowkit to npm publishing guide (rainbow-me#457)
- Loading branch information
1 parent
d036bb4
commit 1c7dc13
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,10 +146,16 @@ git push --tags | |
|
||
Once you’ve pushed the tag, you can create a new release on GitHub. | ||
|
||
- Navigate to the [new release form on GitHub.](https://github.com/rainbow-me/rainbowkit/releases/new) | ||
- From the dropdown labelled “Choose a tag”, select the latest version tag for `@rainbow-me/rainbowkit`. | ||
- Set the title to `@rainbow-me/[email protected]`, substituting the latest version number. | ||
- Copy the Markdown content below the latest version heading from the [RainbowKit changelog.](../packages/rainbowkit/CHANGELOG.md) | ||
- If you published `rainbowkit`: | ||
- Go to [GitHub’s new release form.](https://github.com/rainbow-me/rainbowkit/releases/new) | ||
- Select the latest version tag for `@rainbow-me/rainbowkit`. | ||
- Set the title to `@rainbow-me/[email protected]` (substituting the latest version) | ||
- Copy the Markdown content below the latest version heading from [RainbowKit’s `CHANGELOG.md`](../packages/rainbowkit/CHANGELOG.md) | ||
- If you published `create-rainbowkit`: | ||
- Go to [GitHub’s new release form.](https://github.com/rainbow-me/rainbowkit/releases/new) | ||
- Select the latest version tag for `@rainbow-me/create-rainbowkit`. | ||
- Set the title to `@rainbow-me/[email protected]` (substituting the latest version) | ||
- Copy the Markdown content below the latest version heading from [create-rainbowkit’s `CHANGELOG.md`](../packages/create-rainbowkit/CHANGELOG.md) | ||
|
||
If at any stage you’re unsure of the formatting, you can [reference past RainbowKit releases.](https://github.com/rainbow-me/rainbowkit/releases) | ||
|
||
|