From 2ac0febc26f98cae56a8d6962114186210c922a1 Mon Sep 17 00:00:00 2001 From: Stephen Zhou Date: Mon, 15 Apr 2024 10:32:09 +0800 Subject: [PATCH] docs: update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d02095..977db25 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Run [release-it](https://github.com/release-it/release-it) with [pnpm](https://p ## What it does 1. Disable built-in `npm`, `version` plugins. -1. Provide recommended version automatically (code and idea from [conventional-changelog](https://github.com/release-it/conventional-changelog)). +1. Provide recommended version automatically in CI. + 1. code and idea from [conventional-changelog](https://github.com/release-it/conventional-changelog) 1. Support [preMajor](https://github.com/conventional-changelog/conventional-changelog-config-spec/blob/master/versions/2.2.0/README.md#premajor-boolean) option. 1. When you are not in CI, it will use [bumpp](https://github.com/antfu/bumpp) for the next version. 1. Bump all packages to the new version.