endoflife-date / release-data

Common Release Data for various projects in a consumable format, automatically updated.
MIT License
103 stars 36 forks source link

Cleanup and fix update.rb #261

Closed marcwrobel closed 6 months ago

marcwrobel commented 6 months ago

Cleanup unused code in update.rb: all methods are now handled by custom scripts.

This should also fix errors encountered in update.yml workflow (such as https://github.com/endoflife-date/release-data/actions/runs/7279373761) since the dependency to psych has been removed.

Fixes #260.