You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Goal: Automate everything up to the part where a human needs to review the update and make sure any issues are corrected. (edited)
Automate the process to create the draft What's New for review/work:
Check out and update master
Create a new "whatsnew-update" branch.
Run the whatsnew since command from the DevDocs src directory -- provide a way to interactively specify the date (maybe have the job auto-run on a weekly basis,)
Commit the tmp/whatsnew.yml file.
Submit the PR to master/small changes for further work/review.
Create a JIRA task to review the output and update as needed.
In the results file:
-- Parse out the publication name from the path to the affected source file
-- Have lookup table that matches parsed folder name to correct book title. Add the book title with link to landing page for that topic.
-- If we can get the tmp/whatsnew file to be cleanly generated from the PR whatsnew entries without requiring further editing, automatically prepend the results of the whatsup script to the _data/whats-new.yml file.
-- Generate the html file output.
-- Check for broken or redirected links in What's new content.
Goal: Automate everything up to the part where a human needs to review the update and make sure any issues are corrected. (edited)
Automate the process to create the draft What's New for review/work:
In the results file:
-- Parse out the publication name from the path to the affected source file
-- Have lookup table that matches parsed folder name to correct book title. Add the book title with link to landing page for that topic.
-- If we can get the tmp/whatsnew file to be cleanly generated from the PR whatsnew entries without requiring further editing, automatically prepend the results of the whatsup script to the _data/whats-new.yml file.
-- Generate the html file output.
-- Check for broken or redirected links in What's new content.