Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve CLI help output #115

Merged
merged 2 commits into from Jun 19, 2018
Merged

Improve CLI help output #115

merged 2 commits into from Jun 19, 2018

Conversation

Turbo87
Copy link
Contributor

@Turbo87 Turbo87 commented Jun 19, 2018

lerna-changelog [options]

Optionen:
  --help      Hilfe anzeigen                                                               [boolean]
  --version   Version anzeigen                                                             [boolean]
  --tag-from  A git tag that determines the lower bound of the range of commits (defaults to last
              available)                                                                    [string]
  --tag-to    A git tag that determines the upper bound of the range of commits             [string]

Beispiele:
  lerna-changelog                                  create a changelog for the changes after the
                                                   latest available tag
  lerna-changelog --tag-from 0.1.0 --tag-to 0.3.0  create a changelog for the changes in all tags
                                                   within the given range

For more information, see https://github.com/lerna/lerna-changelog

@Turbo87 Turbo87 merged commit c39f612 into lerna:master Jun 19, 2018
@Turbo87 Turbo87 deleted the cli-options branch June 19, 2018 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant