]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Replace references to master with main
authorStephen Finucane <stephen@that.guru>
Mon, 18 Jul 2022 09:34:59 +0000 (10:34 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 8 Sep 2022 17:48:23 +0000 (18:48 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
(cherry picked from commit c3e5c8899c1ba31b3f5f342c9aceecbcfb253e17)

README.rst
docs/development/releasing.rst
releasenotes/config.yaml

index 5de5e623a1a11dafdfda84d35c495a99b089e05b..94ae431db9ee31a07b927c0622a1c63697fe314d 100644 (file)
@@ -6,7 +6,7 @@ Patchwork
    :target: https://pyup.io/repos/github/getpatchwork/patchwork/
    :alt: Requirements Status
 
-.. image:: https://codecov.io/gh/getpatchwork/patchwork/branch/master/graph/badge.svg
+.. image:: https://codecov.io/gh/getpatchwork/patchwork/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/getpatchwork/patchwork
    :alt: Codecov
 
index 8bb6b3145d5736de7e594efae2c5640328a5f60b..9c18e2021e793ed4fd9822fd927848da4ee0462e 100644 (file)
@@ -53,7 +53,7 @@ There is no cadence for releases: they are made available as necessary.
 Supported Versions
 ------------------
 
-Typically all development should occur on ``master``. While we will backport
+Typically all development should occur on ``main``. While we will backport
 bugfixes and security updates, we will not backport any new features. This is
 to ensure stability for users of these versions of Patchwork.
 
@@ -100,12 +100,12 @@ Backporting
 -----------
 
 We will occasionally backport bugfixes and security updates. When backporting a
-patch, said patch should first be merged into ``master``. Once merged, you can
+patch, said patch should first be merged into ``main``. Once merged, you can
 backport by cherry-picking commits, using the ``-x`` flag for posterity:
 
 .. code-block:: shell
 
-   $ git cherry-pick -x <master_commit>
+   $ git cherry-pick -x <main_commit>
 
 There may be some conflicts; resolve these, uncommenting the `Conflicts` line
 when committing::
index 9752521405fdcfbd33843cedeb5edfd247e1e4e6..fd99ee37a982987fa2a0e574eb01c9a58394fdc8 100644 (file)
@@ -1,4 +1,5 @@
 ---
+branch: main
 release_tag_re: 'v\d\.\d\.\d(rc\d+)?'
 pre_release_tag_re: '(?P<pre_release>-rc(?:\d)*)$'
 sections: