From 19efeaf7a6fc745ebc455e7f9b402392bd8a6e73 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Thu, 3 Feb 2022 15:23:45 -0500 Subject: [PATCH] Rename 'master' branch to 'main' Signed-off-by: Cole Robinson --- .github/workflows/translations.yml | 2 +- .gitpublish | 2 +- CONTRIBUTING.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index ed47148f..b6224216 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -8,7 +8,7 @@ on: jobs: - # This job will run ./setup.py extract_messages on top of git master + # This job will run ./setup.py extract_messages on top of git main # and force push that to the 'translations' branch. That branch will # always have an up to date .pot file for use in weblate update-translation-pot: diff --git a/.gitpublish b/.gitpublish index ca733389..b6019d27 100644 --- a/.gitpublish +++ b/.gitpublish @@ -1,4 +1,4 @@ [gitpublishprofile "default"] -base = master +base = main to = virt-tools-list@redhat.com prefix = virt-manager PATCH diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3fab344e..811a016b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -110,7 +110,7 @@ Translations are handled through the Weblate instance hosted by the Fedora Proje * https://translate.fedoraproject.org/projects/virt-manager/virt-manager/ * More info about translating as part of Fedora: https://fedoraproject.org/wiki/L10N/Translate_on_Weblate -* The up to date translation `.pot` template is stored in the [`translations` branch](https://github.com/virt-manager/virt-manager/tree/translations) and synced with the `master` branch before release. +* The up to date translation `.pot` template is stored in the [`translations` branch](https://github.com/virt-manager/virt-manager/tree/translations) and synced with the `main` branch before release. ## Advanced testing