Browse Source

Rename master

pull/431/head
Simon Conseil 5 years ago
parent
commit
7ba5f7b441
  1. 2
      CONTRIBUTING.rst
  2. 2
      README.rst
  3. 4
      docs/changelog.py
  4. 2
      docs/changelog.rst

2
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 !

2
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

4
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
"""

2
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 <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`].

Loading…
Cancel
Save