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

(conventional-recommended-bump) Specify base tag to analyze tags from #777

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 9, 2021

  1. fix(conventional-recommended-bump): Return error from gitRawCommits

    Otherwise we just get spew on the console without the code ever knowing that an error happened.
    kf6kjg committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    614575d View commit details
    Browse the repository at this point in the history
  2. feat(conventional-recommended-bump): Add support for --tag-from

    This feature allows the user to specify the base tag from which to scan for version tags, allowing for tooling like standard-version to pull the previous version from some other location than the most recent tag.
    kf6kjg committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    2b857e6 View commit details
    Browse the repository at this point in the history
  3. feat(conventional-changelog-cli): Add support for the --tag-from flag

    With this a user can generate a partial changelog starting at a specific tag and proceeding to the current version.
    
    I chose not to attempt a "to" flag as that would make this much more complex and is not needed for my use case just now.
    kf6kjg committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    d35a69b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    5373e0a View commit details
    Browse the repository at this point in the history