From 7ba5f7b441a709dc7418807c0a4c46b78b6b2872 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 19 Apr 2021 00:53:56 +0200 Subject: [PATCH] Rename master --- CONTRIBUTING.rst | 2 +- README.rst | 2 +- docs/changelog.py | 4 ++-- docs/changelog.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 96c40ec..166145d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -26,7 +26,7 @@ Please: name to the license header of the files you modify. - Write `good commit messages`_. - Ideally, squash_ your commits, i.e. make your pull requests just one commit. -- Use a branch, it will be easier to squash or rebase on upstream's master. +- Use a branch, it will be easier to squash or rebase on upstream's main. Thank you for considering to contribute to sigal ! diff --git a/README.rst b/README.rst index 9c7b68c..2df0a97 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Sigal - Simple Static Gallery Generator :target: https://github.com/saimn/sigal/actions :alt: CI Status -.. image:: https://codecov.io/gh/saimn/sigal/branch/master/graph/badge.svg +.. image:: https://codecov.io/gh/saimn/sigal/branch/main/graph/badge.svg :target: https://codecov.io/gh/saimn/sigal :alt: codecov.io diff --git a/docs/changelog.py b/docs/changelog.py index ff78ead..fe2cad6 100644 --- a/docs/changelog.py +++ b/docs/changelog.py @@ -22,14 +22,14 @@ Dependencies - pygithub This script comes from Numpy: -https://github.com/numpy/numpy/blob/master/tools/changelog.py +https://github.com/numpy/numpy/blob/main/tools/changelog.py Examples -------- From the bash command line with $GITHUB token:: - $ ./docs/changelog.py $GITHUB 1.4.0..master + $ ./docs/changelog.py $GITHUB 1.4.0..main """ diff --git a/docs/changelog.rst b/docs/changelog.rst index 2ed4a2c..a03f8c6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -231,7 +231,7 @@ Released on 2014-12-07. - Fix the title which was not unicode when using the settings file [:issue:`104`]. - Add more info on how the report a bug or contribute [:issue:`128`]. - Add more commands to the Makefile. -- Add `coveralls.io `_ +- Use coveralls.io - New plugin to upload generated gallery to Amazon S3 [:issue:`114`]. - Handling of empty markdown or missing meta-data [:issue:`120`]. - Include plugins in the distributed package [:issue:`117`].