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

DEV: Improve rake release_note:generate date handling #13726

Merged
merged 2 commits into from
Jul 15, 2021

Conversation

davidtaylorhq
Copy link
Member

A commit-ish value like HEAD@{2021-01-01} is based on the local state of HEAD on that date. It does not use dates attached to commits.

Instead, the rake task now detects date-like strings and supplies them to git log via the --after and --before flags

A commit-ish value like HEAD@{2021-01-01} is based on the **local state** of HEAD on that date. It does not use dates attached to commits.

Instead, the rake task now detects date-like strings and supplies them to `git log` via the `--after` and `--before` flags
A list of skipped plugins is printed on a single line at the end of the output
@davidtaylorhq davidtaylorhq marked this pull request as ready for review July 14, 2021 21:54
@davidtaylorhq davidtaylorhq requested a review from jomaxro July 14, 2021 21:54
@SamSaffron SamSaffron merged commit 4ce58fb into master Jul 15, 2021
@SamSaffron SamSaffron deleted the release-notes-fix branch July 15, 2021 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants