-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat(*): ✨ add log_order configuration option #9
feat(*): ✨ add log_order configuration option #9
Conversation
Hi @dannylongeuay, thanks for this pull request. ✨ Would it make sense to make Cheers, Christoph |
@christophwitzko good call, the user can drive this configuration now i.e. default now stays the same |
@dannylongeuay amazing! thanks 🥳 |
c0f6ffe
into
go-semantic-release:master
Hoping to address the issue go-semantic-release/semantic-release#168
This simply changes how logs are "walked". Instead of doing the default DFS traversal, logs would now be traversed by committer time, which looks to be more compatible with
git log
.