We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When generating a changelog for a branch, auto-changelog is taking all the tags from the repo and not only the current checked out branch.
auto-changelog
v2.5.3
master
v2.4.9-hotfix-1
v2.4.8
yarn auto-changelog >> [v2.5.3] >> [v2.5.2] >> [v2.5.1] >> [v2.5.0] >> [v2.4.9-hotfix-1] >> [v2.4.8]
None of those >= 2.5.0 tags are present in the current branch. Expected:
yarn auto-changelog >> [v2.4.9-hotfix-1] >> [v2.4.8]
Specifying the range as yarn auto-changelog --starting-version v2.4.8 --latest-version v2.4.9-hotfix-1 gives the same results.
yarn auto-changelog --starting-version v2.4.8 --latest-version v2.4.9-hotfix-1
The text was updated successfully, but these errors were encountered:
Having the same issue. Did you ever found a workaround?
Sorry, something went wrong.
20bb145
No branches or pull requests
When generating a changelog for a branch,
auto-changelog
is taking all the tags from the repo and not only the current checked out branch.v2.5.3
, onmaster
v2.4.9-hotfix-1
, branched fromv2.4.8
tagNone of those >= 2.5.0 tags are present in the current branch. Expected:
Specifying the range as
yarn auto-changelog --starting-version v2.4.8 --latest-version v2.4.9-hotfix-1
gives the same results.The text was updated successfully, but these errors were encountered: