Skip to content

Commit

Permalink
added release note
Browse files Browse the repository at this point in the history
  • Loading branch information
sangdth committed Sep 7, 2023
1 parent 8868617 commit 70fd335
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,16 @@ pnpm generate theme

After that, answer the prompt with a theme name, plop will generate a blank theme starter.

## Release

We use `changeset` and `GitHub Actions` to auto generate new release PR.

After some development steps, and you think it's good to releaes, simply run:

```bash
pnpm changeset
```

A prompt will ask you for a release name, enter a good message then commit and push it.

Then push the changes. The changed commits will be automatically detected by GitHub Actions and it will be published to npm also automatically.

0 comments on commit 70fd335

Please sign in to comment.