From c2c76e325ba1599782fc91d21fcdef18e4ad2faa Mon Sep 17 00:00:00 2001 From: Stephen Zhou Date: Mon, 15 Apr 2024 01:34:20 +0800 Subject: [PATCH] docs: mention fork --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3fc730f..3679edd 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Run [release-it](https://github.com/release-it/release-it) with [pnpm](https://p 1. Appendix `--tag {tag}` if it's a pre-release. 1. Run `npx @hyoban/changelogithub` for GitHub release ([changelogithub](https://github.com/antfu/changelogithub)). 1. You can disable it by setting `disableRelease` to `true` in `.release-it.json`. + 1. It's actually running [my forked version](https://github.com/antfu/changelogithub/compare/main...hyoban-fork:changelogithub:fix/parse-prerelease) of changelogithub, using `semver` to parse the version, without requiring a `v` prefix. ## Install