Rename master
This commit is contained in:
@@ -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 !
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
"""
|
||||
|
||||
|
||||
@@ -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`].
|
||||
|
||||
Reference in New Issue
Block a user