Skip to content
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

Fix empty unreleased section updates (date bug) #17

Merged
merged 2 commits into from
Jan 3, 2022

Conversation

TTitcombe
Copy link
Contributor

The "unreleased" section gets commits from the date of the last release to some date in the future. This used to be 2100-12-31, but for some reason this began to yield empty git logs. Therefore, this future date was changed to 2099-01-01, which seems to work. This is a temporary workaround and should be fixed properly separate to this PR.

For some reason, git log range until 2100-12-31 produces an empty list
@TTitcombe TTitcombe merged commit a8f134d into master Jan 3, 2022
@TTitcombe TTitcombe deleted the hotfix/unreleased-date-bug branch January 3, 2022 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant