-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
feature: Add "initial_commit" option to filter git log range #63
Comments
Sure, this is something I wanted since the beginning but never got to implement 🙂 See #16. |
I've missed that issue. I believe modifying
|
Or maybe |
Yes using a range is a good idea too, I like it. Not sure about the option name: |
This feature adds support for filtering the commits that will be used by git-changelog Issue pawamoy#63: pawamoy#63 Issue pawamoy#16: pawamoy#16
This feature adds support for filtering the commits that will be used by git-changelog Issue pawamoy#63: pawamoy#63 Issue pawamoy#16: pawamoy#16
Is your feature request related to a problem? Please describe.
In a project I work on, we have changed to semver recently and decided to update the CI release scripts.
I want to keep my old changelog untouched and make git-changelog use only commits after we've introduced semver.
Describe the solution you'd like
Add a
--initial-commit
or option to define a hash or tagname to be used as the initial commit used bygit-changelog
.If this is approved, I'd like some suggestions for short/long names.
Describe alternatives you've considered
Change history, but no.
Additional context
I've done a quick experiment locally and got it working. I believe I could do a PR next week. Basically:
The text was updated successfully, but these errors were encountered: