Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Improve 'rake whatsnew' #8018

Merged
merged 5 commits into from
Oct 12, 2020
Merged

Improve 'rake whatsnew' #8018

merged 5 commits into from
Oct 12, 2020

Conversation

dshevtsov
Copy link
Collaborator

@dshevtsov dshevtsov commented Oct 8, 2020

Purpose of this pull request

This pull request (PR) will provide full automation for the rake whatsnew task to eliminate any manual work with YAML:

  • On rake whatsnew, reads the date and time of last update from src/_data/whats-new.yml
  • On rake whatsnew since='<date>', works as it worked before, uses the date provided via since variable
  • Generates tmp/whats-new.yml
  • Merges tmp/whats-new.yml to src/_data/whats-new.yml

This will also remove duplicates and entries with no link to a related PR (link parameter).

Automate the workflow entirely
@dshevtsov dshevtsov requested a review from a team October 8, 2020 23:47
@dshevtsov dshevtsov self-assigned this Oct 8, 2020
@dshevtsov dshevtsov changed the title Enhace rake:whatsnew Enhance rake:whatsnew Oct 8, 2020
@dshevtsov dshevtsov changed the title Enhance rake:whatsnew Improve rake:whatsnew Oct 8, 2020
@dshevtsov dshevtsov changed the title Improve rake:whatsnew Improve rake whatsnew Oct 8, 2020
@dshevtsov dshevtsov changed the title Improve rake whatsnew Improve 'rake whatsnew' Oct 8, 2020
@dshevtsov
Copy link
Collaborator Author

running tests

@dshevtsov dshevtsov merged commit 8f25793 into master Oct 12, 2020
@ghost
Copy link

ghost commented Oct 12, 2020

Hi @dshevtsov, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants