1.0.9 • Published 1 year ago
@w3suga/w3s-cli v1.0.9
Install global
npm install -g @w3suga/w3s-cli
Commands
# Displaying all commands
w3s
# Commit format
w3s commit
# Auto generate changelogs
w3s changelogs
Commands for w3s-changelogs CLI
# Record changelogs for the new version since the latest tag
w3s changelogs
Options
--all
: Record all changelogs.--from
,--to
: Record logs fromfrom
toto
, wherefrom
andto
can be tags or commit hashes. If onlyfrom
is provided,to
defaults to the HEAD commit.w3s-changelogs --from=v1.0.0 --to=v1.0.1
w3s-changelogs --from=e4c226b --to=786a238
w3s-changelogs --from=v1.0.0
-v, --version
: Default topackage.json
version. If specified, record changelogs for this version.w3s-changelogs --version=v1.0.1
-o, --output
: Record changelogs in a different file thanCHANGELOG.md
.w3s-changelogs --output=CHANGELOG-1.0.1.md