You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm importing this package into my code and trying to generate a changelog with tags. It always excludes the tagged commits and includes everything between the beginning and end.
It would be nice if you could provide an option or flag to include the tagged commits into the changelog.
E.g.,
Currently
Commit1
Commit2
Commit3
Commit4
Commit5
Commit1 and Commit 5 are excluded from the changelog.
It would be nice if you could provide an option to include them.
Can I put out a PR for that change?
The text was updated successfully, but these errors were encountered:
If I'm not mistaken, this is supposed to be run before the tag is created.
This is meant to be used so that for every patch, minor, or major version, you update the changelog prior to running npm version so that the git tag contains the commit that updated both the changelog and version.
I'm importing this package into my code and trying to generate a changelog with tags. It always excludes the tagged commits and includes everything between the beginning and end.
It would be nice if you could provide an option or flag to include the tagged commits into the changelog.
E.g.,
Currently
Commit1
Commit2
Commit3
Commit4
Commit5
Commit1 and Commit 5 are excluded from the changelog.
It would be nice if you could provide an option to include them.
Can I put out a PR for that change?
The text was updated successfully, but these errors were encountered: