feat: automate release status in schedule#258
Merged
robobario merged 1 commit intoMay 18, 2026
Conversation
Convert release schedule from static HTML to data-driven Liquid templating. Status now automatically changes from "Planned" to "Released" when a release YAML file appears in _data/release/, eliminating manual updates when releases are published. Assisted-by: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Robert Young <robertyoungnz@gmail.com>
SamBarker
approved these changes
May 18, 2026
Member
SamBarker
left a comment
There was a problem hiding this comment.
Getting there. I still wonder if we can drive it directly from the github milestone dates?
Member
Author
Will look into it, it would be cool if creating/editing a milestone would cause a PR to be created here. |
Member
Author
|
Also, I currently don't think there's a good way to figure out the canonical "release date", the per release files don't contain that currently. It's one that could also get out of sync between creating the release PRs and hitting merge. Thinking it might be better if the Column was called "Release Date" and already released ones display their release date, and planned ones put their intended date from the schedule. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Convert release schedule from static HTML to data-driven Liquid templating. Status now automatically changes from "Planned" to "Released" when a release YAML file appears in _data/release/, eliminating manual updates when releases are published.
Assisted-by: Claude Sonnet 4.5 noreply@anthropic.com