Skip to content

Commit

Permalink
Rename master
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed Apr 18, 2021
1 parent 5d66e5d commit 7ba5f7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 !

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
- 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
"""

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://coveralls.io/r/saimn/sigal?branch=master>`_
- 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`].
Expand Down

0 comments on commit 7ba5f7b

Please sign in to comment.