Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Apr 14, 2024
1 parent c2c76e3 commit a281ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

Run [release-it](https://github.com/release-it/release-it) with [pnpm](https://pnpm.io).

## Requirements
## Requirements with workaround

<details><summary>Use pnpm and set <a href="https://nodejs.org/api/packages.html#packagemanager"> packageManager</a> in <code>package.json</code> correctly.</summary><br/>So that GitHub Action can set up pnpm correctly. You can manually select the pnpm version in the GitHub Action workflow file.</details>
<details><summary>Use pnpm and set <a href="https://nodejs.org/api/packages.html#packagemanager"> packageManager</a> in <code>package.json</code> correctly.</summary><br/>So that GitHub Action can set up pnpm correctly. You can also manually setup the pnpm version in the GitHub Action workflow file.</details>

<details><summary>Use <a href="https://www.conventionalcommits.org"> Conventional Commits</a> and follow <a href="https://semver.org"> Semantic Versioning </a>.</summary><br/>So that it can provide recommended version in CI. It's OK to not follow this rule if you manually decide the next version and disable GitHub release.</details>

Expand Down

0 comments on commit a281ca0

Please sign in to comment.