Skip to content

Commit 46d6a95

Browse files
committed
docs: add new options in usage and readme
1 parent d1a8663 commit 46d6a95

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ please [Scope|Command] [Options]
7272
```
7373

7474
```
75-
please v0.9.0 | (c) Jitendra Adhikari | please is semver release made easy.
75+
please v0.11.0 | (c) Jitendra Adhikari | please is semver release made easy.
7676
7777
Usage: please [command|scope] [--options]
7878
@@ -88,8 +88,11 @@ Options:
8888
-H --chash Prepends commit hash into log.
8989
-o --organize Commit types as CSV for changelog or release notes.
9090
(Default: feat,fix,refactor,perf,docs,infra,chore)
91+
-L | --label Set custom release label.
92+
-N | --no-sync Do not sync the DEPLOY_BRANCH with remote (faster but unsafe).
9193
-p --public Set scoped npm package for public access.
92-
-u --update Update _please to latest version.
94+
--prev-version Fix the previous version (skips API call).
95+
-u --update Update please to latest version.
9396
-v --vfile Forces creation of VERSION file.
9497
-V --version Forces the exact version to be released.
9598
-y --yes Assume yes for any confirmation.

please

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ $(ok Options:)
5555
$(info "-H --chash") $(comment "Prepends commit hash into log.")
5656
$(info "-o --organize") $(comment "Commit types as CSV for changelog or release notes.")
5757
$(comment "(Default: feat,fix,refactor,perf,docs,infra,chore)")
58+
$(info "-L | --label") $(comment "Set custom release label.")
59+
$(info "-N | --no-sync") $(comment "Do not sync the DEPLOY_BRANCH with remote (faster but unsafe).")
5860
$(info "-p --public") $(comment "Set scoped npm package for public access.")
61+
$(info "--prev-version") $(comment "Fix the previous version (skips API call).")
5962
$(info "-u --update") $(comment "Update $PLIZ to latest version.")
6063
$(info "-v --vfile") $(comment "Forces creation of VERSION file.")
6164
$(info "-V --version") $(comment "Forces the exact version to be released.")

0 commit comments

Comments
 (0)