feat: add --sort [TYPE] flag (#78)

* feat(chglog): add --sort flag

* chore(sort): update README with --sort usage
This commit is contained in:
Sander Blue 2021-03-28 22:17:21 -05:00 committed by GitHub
parent 34b9d5c997
commit e523fd471a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 1 deletions

View file

@ -198,6 +198,7 @@ OPTIONS:
--jira-url value Jira URL [$JIRA_URL]
--jira-username value Jira username [$JIRA_USERNAME]
--jira-token value Jira token [$JIRA_TOKEN]
--sort value Specify how to sort tags; currently supports "date" or by "semver" (default: date)
--help, -h show help (default: false)
--version, -v print the version (default: false)