Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Apr 18, 2024
1 parent c435fc2 commit 8f4c0d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
- name: Release
run: npx release-it --verbose
# remove npx if you install release-it globally
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down Expand Up @@ -178,6 +179,12 @@ Use recommended version
release-it --ci
```

Override the recommended version even in CI

```sh
release-it --ci --increment=minor
```

Choose a pre-release tag instead of the default `beta`

```sh
Expand Down

0 comments on commit 8f4c0d5

Please sign in to comment.