Philipp Hörist pushed to branch master at gajim / gajim
Commits: bffb9218 by lovetox at 2022-03-27T16:04:22+02:00 chore: Update CONTRIBUTING.md - - - - - 1 changed file: - CONTRIBUTING.md Changes: ===================================== CONTRIBUTING.md ===================================== @@ -2,10 +2,28 @@ # Project If you want to create a fork and use an external account (Github, Google) drop us a message at the Gajim support [group chat](xmpp:[email protected]?join) so we can give you the necessary rights -- master - Development branch -- gajim_1.1 - Stable Gajim 1.1.x branch -- gajim_1.0 - Stable Gajim 1.0.x branch -- gajim_0.16 - Stable Gajim 0.16.x branch +## Versioning + +┌────── Major (Will not change unless we switch GTK version) +│ ┌───── Minor (Changes when new features are introduced +│ │ ┌─── Micro (Used for hotfixes and small changes) +│ │ │ ┌─── Only used while developing +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +1.3.3-dev1 + +## Branches + +Currently there is only one stable/development branch - master. +The master branch must always be in a releasable state. + +Development for bigger changes need to happen in feature branches or forks. + +Previously the project maintained multiple versions of Gajim in +different stable branches, but from Gajim 1.4.0 on this approach was changed +to lower the maintenance burden and release faster. # Commit Messages View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/bffb92182d38b974a9038db94e3822dba229000a -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/bffb92182d38b974a9038db94e3822dba229000a You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
