Skip to content

uyuni branch conventions

Karl Eichwalder edited this page Apr 24, 2024 · 3 revisions

Uyuni branch conventions

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
  1. Create a new branch from master for the Uyuni release.

    Example
    git 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.

  1. Next: Uyuni GitHub actions update

  2. Up: For more topics on building documentation, see Building documentation

Clone this wiki locally