From c435fc28ec6fc750b65c5a91c93b39b276ecd70c Mon Sep 17 00:00:00 2001 From: Stephen Zhou Date: Thu, 18 Apr 2024 19:59:13 +0800 Subject: [PATCH] docs: mention GitHub token for changelogithub --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bbf8df..40376bc 100644 --- a/README.md +++ b/README.md @@ -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