Development should be split between one main, one stage, and development branches.
main should always be at the last stable release. stage should always be at the latest pre-release.
Branch protections should be added to main and stage.
main should be very restrictive (stage, not so much. Although stage should at least require tests to pass)
Development should be split between one main, one stage, and development branches.
main should always be at the last stable release. stage should always be at the latest pre-release.
Branch protections should be added to main and stage.
main should be very restrictive (stage, not so much. Although stage should at least require tests to pass)