Sphereserver / Source-X

Ultima Online server emulator
Apache License 2.0
53 stars 41 forks source link

Gitflow workflow #916

Open raydienull opened 1 year ago

raydienull commented 1 year ago

Move to the next gitflow https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow create develo branch, where all PR are integrated and where all nightly builds are generated. This branch is for development. The `main/master/ branch only for releases. When we have a specify build version working on develop we create a PR to integrate in main and generate a new release version

cbnolok commented 8 months ago

So do you suggest to adopt something like a rolling release strategy? With X2.(r/rr/rc)1, .r2 etc versions?