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
Consider the following scenario:
foo
bar
The only ways I can think of to solve this:
The text was updated successfully, but these errors were encountered:
As an incremental improvement, #903 switches to recording "not available" as the commit, so at least we're not recording incorrect info.
Sorry, something went wrong.
No branches or pull requests
Consider the following scenario:
foo
depends on local packagebar
bar
and a change file is generatedfoo
will also be bumpedfoo
's CHANGELOG.json will contain a comment for "Bump bar to vX.Y.Z". What commit hash is recorded in the changelog entry for this bump?The only ways I can think of to solve this:
The text was updated successfully, but these errors were encountered: