Automate selection of latest Processing releases#650
Merged
catilac merged 3 commits intoprocessing:mainfrom Oct 16, 2025
Merged
Automate selection of latest Processing releases#650catilac merged 3 commits intoprocessing:mainfrom
catilac merged 3 commits intoprocessing:mainfrom
Conversation
Added logic to fetchReleases.js to automatically select the latest stable release for each major Processing version and update selected.json accordingly. Also updated processing-1310-4.4.10.json to mark the release as stable and adjusted selected.json to reflect the new selection logic.
✅ Deploy Preview for java-processing-faf822 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Updates fetchReleases.js to write an empty string to selectedPreReleases when no prereleases are found, instead of an empty array. Adjusts selected.json accordingly to maintain consistent data structure.
catilac
approved these changes
Oct 15, 2025
Contributor
catilac
left a comment
There was a problem hiding this comment.
tysmlgtm! should we test this, or do you think i can just merge it in?
Moved the sorting of releases by published date outside the reduce loop to reduce calls
Member
Author
|
The output of this will always still be reviewed before it is merged so I'm fine with the minimal testing I did |
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.
Added logic to fetchReleases.js to automatically select the latest stable release for each major Processing version and update selected.json accordingly. Also updated processing-1310-4.4.10.json to mark the release as stable and adjusted selected.json to reflect the new selection logic.
Related to processing/processing4#1281 (comment)