godotengine / godot-website

The code for the official Godot Engine website. A static site built using Jekyll.
https://godotengine.org
MIT License
292 stars 148 forks source link

Simplify the version.json output #858

Closed coppolaemilio closed 4 months ago

coppolaemilio commented 4 months ago

Instead of transforming the entire _data/versions.yml file into a json one, this creates a custom structure that will merge the "flavor" release with the rest of the releases in a simpler array.

To compare both versions:

Current:

image

This PR:

image