1.0.9 • Published 1 year ago
@w3suga/w3s-cli v1.0.9
Install global
npm install -g @w3suga/w3s-cliCommands
# Displaying all commands
w3s
# Commit format
w3s commit
# Auto generate changelogs
w3s changelogsCommands for w3s-changelogs CLI
# Record changelogs for the new version since the latest tag
w3s changelogsOptions
--all: Record all changelogs.--from,--to: Record logs fromfromtoto, wherefromandtocan be tags or commit hashes. If onlyfromis provided,todefaults to the HEAD commit.w3s-changelogs --from=v1.0.0 --to=v1.0.1w3s-changelogs --from=e4c226b --to=786a238w3s-changelogs --from=v1.0.0
-v, --version: Default topackage.jsonversion. 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