Rename master

This commit is contained in:
Simon Conseil
2021-04-19 00:53:56 +02:00
parent 5d66e5db68
commit 7ba5f7b441
4 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ Please:
name to the license header of the files you modify. name to the license header of the files you modify.
- Write `good commit messages`_. - Write `good commit messages`_.
- Ideally, squash_ your commits, i.e. make your pull requests just one commit. - 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 ! Thank you for considering to contribute to sigal !

View File

@@ -5,7 +5,7 @@ Sigal - Simple Static Gallery Generator
:target: https://github.com/saimn/sigal/actions :target: https://github.com/saimn/sigal/actions
:alt: CI Status :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 :target: https://codecov.io/gh/saimn/sigal
:alt: codecov.io :alt: codecov.io

View File

@@ -22,14 +22,14 @@ Dependencies
- pygithub - pygithub
This script comes from Numpy: 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 Examples
-------- --------
From the bash command line with $GITHUB token:: From the bash command line with $GITHUB token::
$ ./docs/changelog.py $GITHUB 1.4.0..master $ ./docs/changelog.py $GITHUB 1.4.0..main
""" """

View File

@@ -231,7 +231,7 @@ Released on 2014-12-07.
- Fix the title which was not unicode when using the settings file [:issue:`104`]. - 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 info on how the report a bug or contribute [:issue:`128`].
- Add more commands to the Makefile. - Add more commands to the Makefile.
- Add `coveralls.io <https://coveralls.io/r/saimn/sigal?branch=master>`_ - Use coveralls.io
- New plugin to upload generated gallery to Amazon S3 [:issue:`114`]. - New plugin to upload generated gallery to Amazon S3 [:issue:`114`].
- Handling of empty markdown or missing meta-data [:issue:`120`]. - Handling of empty markdown or missing meta-data [:issue:`120`].
- Include plugins in the distributed package [:issue:`117`]. - Include plugins in the distributed package [:issue:`117`].