Skip to content

uyuni branch conventions

Joseph Cayouette edited this page Sep 14, 2023 · 3 revisions

Uyuni Branch conventions

Procedure: Configuring UYUNI docs for publishing

We use the following version conventions for publishing for all targets.

  1. Create a new branch from master for this release, and push it:

    git checkout -b uyuni-yyyy.mm        // yyyy = year, mm = month
    
    git push
Clone this wiki locally