-
Hi. For the automatic update github actions setup, does all the Ruby scripts do is update the appropriate json files, and then commit? I ask as I am not familiar with Ruby, but I can automate a few releases using Python. Wondering if it's appropriate for a Python script to be run in the "Update Release data" action after Ruby, which simply updates the json it wants to, and then the rest of the action can do the work of updating the website. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
Documented everything here: https://github.com/endoflife-date/endoflife.date/wiki/Automation#release-data Yes, Python is possible, especially for custom releases that aren't already supported. You can see the two scripts here as an example: https://github.com/endoflife-date/release-data/tree/main/src and file a similar PR. |
Beta Was this translation helpful? Give feedback.
Documented everything here: https://github.com/endoflife-date/endoflife.date/wiki/Automation#release-data
Yes, Python is possible, especially for custom releases that aren't already supported.
You can see the two scripts here as an example: https://github.com/endoflife-date/release-data/tree/main/src and file a similar PR.