mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
feat: add --sort [TYPE] flag (#78)
* feat(chglog): add --sort flag * chore(sort): update README with --sort usage
This commit is contained in:
parent
34b9d5c997
commit
e523fd471a
4 changed files with 11 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue