Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

rename "master" to "main" #43

Merged
merged 1 commit into from
Nov 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build and test

on:
# Only on pushes to master or one of the release branches we build on push
# Only on pushes to main or one of the release branches we build on push
push:
branches:
- master
- main
- "[0-9].[0-9]+-branch"
tags:
# Build pull requests
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Unreleased (2022-11-15)
-----------------------

- Rename "master" to "main"

1.1 (2022-03-12)
----------------

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ Contributors
- Marco Falcioni, 2016/09/21
- Jon Betts, 2021/04/19
- Lynn Vaughan, 2022/02/22
- Jonathan Vanasco, 2022/11/15
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# The suffix of source filenames.
source_suffix = '.rst'

# The master toctree document.
# The main toctree document.
master_doc = 'index'

# General substitutions.
Expand Down