Skip to content

Commit

Permalink
Update README.md (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigone authored Jan 18, 2024
1 parent 7cf74b7 commit 131c68d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ $ yarn changeset version

### Step 3: Tagging the release

__Note__: this step is meant to be run on the main branch.

After creating a package release, you will need to tag the release commit with the version number. To do this, run the following command from the root of the repository:

```bash
Expand All @@ -98,6 +100,8 @@ $ git push --follow-tags

#### Step 4: Publishing a package release

__Note__: this step is meant to be run on the main branch.

Packages are published and distributed via NPM. To publish a package, run the following command from the root of the repository:

```bash
Expand Down

0 comments on commit 131c68d

Please sign in to comment.