1.0.9 • Published 1 year ago

@w3suga/w3s-cli v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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 from from to to, where from and to can be tags or commit hashes. If only from 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 to package.json version. If specified, record changelogs for this version.
    • w3s-changelogs --version=v1.0.1
  • -o, --output: Record changelogs in a different file than CHANGELOG.md.
    • w3s-changelogs --output=CHANGELOG-1.0.1.md
2.0.0

10 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago