Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban authored Mar 26, 2024
1 parent 6646faf commit 1a5e73c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Run [release-it](https://github.com/release-it/release-it) with [pnpm](https://p
ni -D release-it release-it-pnpm
```

Generate the recommended config, it will create or overwrite `.release-it.json` and `.github/workflows/release.yml` files.
Generate the recommended config, it will create or overwrite `.release-it.json` and `.github/workflows/release.yml` (guard with [should-semantic-release](https://github.com/JoshuaKGoldberg/should-semantic-release)) files.

```sh
npx release-it-pnpm
Expand Down Expand Up @@ -57,8 +57,6 @@ npx release-it --preRelease=alpha
1. appendix `--tag {tag}` if it's a prerelease
1. Run `npx changelogithub` for GitHub release ([changelogithub](https://github.com/antfu/changelogithub))

Guard with [should-semantic-release](https://github.com/JoshuaKGoldberg/should-semantic-release)

<!-- Badges -->

[npm-version-src]: https://img.shields.io/npm/v/release-it-pnpm?style=flat&colorA=080f12&colorB=1fa669
Expand Down

0 comments on commit 1a5e73c

Please sign in to comment.