-
Notifications
You must be signed in to change notification settings - Fork 100
uyuni branch conventions
Karl Eichwalder edited this page Apr 24, 2024
·
3 revisions
Table of Contents
We use the following version conventions for branch management.
Under normal circumstances we create a new branch from the uyuni-docs
master branch for the Uyuni release once per month.
Procedure: Major release branch conventions
-
Create a new branch from master for the Uyuni release.
Examplegit checkout master git fetch --all git pull -ff git checkout -b uyuni-yyyy.mm // yyyy = year, mm = month
GitHub actions are not updated for translations as we are always branching from master.
-
Up: For more topics on building documentation, see Building documentation