Skip to content

Commit

Permalink
docs: mention GitHub token for changelogithub
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Apr 18, 2024
1 parent 037019b commit c435fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Run [release-it](https://github.com/release-it/release-it) with [pnpm](https://p
1. Run `pnpm -r publish --access public --no-git-checks` ([pnpm publish](https://pnpm.io/cli/publish)).
1. Appendix `--tag {tag}` if it's a pre-release.
1. Run [changelogithub](https://github.com/antfu/changelogithub) for GitHub release.
1. It will read GitHub token from `GITHUB_TOKEN` environment variable or `gh auth token` output.
1. You can disable it by setting `disableRelease` to `true` in `.release-it.json`.

## Install
Expand Down

0 comments on commit c435fc2

Please sign in to comment.