How to check out 3.5.0 release candidate source code

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By z80

Hello!
I’m using a few custom C++ modules and cannot use prebuilt binaries due to that. I’m trying to figure out how to checkout out release candidates from the Godot repository. The problem is I can’t find any tags and/or branches which would correspond lets say “3.5.0 RC5” version. I’m only able to find “stable-X.X.X” tagged versions.

Would one please let me know how I check out 3.5.0 RC5 out of the Godot repository?

:bust_in_silhouette: Reply From: hoenn

Hi z80,

If you look on the release candidate news post you can see the commit hash that it was built at the bottom of the “changelog” section. In this case 3.5 RC5 was built with commit ae6059793.

Hope that helps.