Skip to content

Commit bb19ff0

Browse files
committed
docs: update readme
1 parent 7acf803 commit bb19ff0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ npm add @tomjs/release-cli -D
4545
```bash
4646
$ rc -h
4747

48+
4849
A CLI tool to automatically publish npm packages.
4950

5051
Usage
@@ -64,7 +65,7 @@ Options
6465
--any-branch Allow publishing from any branch (default: false)
6566
--branch Name of the release branch (default: main | master)
6667
--tag <tag> Publish under a given dist-tag (default: "latest")
67-
--no-scoped-tag Don't Use scoped package name as git tag
68+
--scoped-tag Use scoped package name as git tag
6869
--no-log Skips generating changelog
6970
--log-full Generate a full changelog and replace the existing content (default: false)
7071
--no-log-commit Don't add git commit SHA and link to the changelog

README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Options
6464
--any-branch Allow publishing from any branch (default: false)
6565
--branch Name of the release branch (default: main | master)
6666
--tag <tag> Publish under a given dist-tag (default: "latest")
67-
--no-scoped-tag Don't Use scoped package name as git tag
67+
--scoped-tag Use scoped package name as git tag
6868
--no-log Skips generating changelog
6969
--log-full Generate a full changelog and replace the existing content (default: false)
7070
--no-log-commit Don't add git commit SHA and link to the changelog

0 commit comments

Comments
 (0)