Skip to content

Commit

Permalink
Merge pull request #166 from jvanasco/main
Browse files Browse the repository at this point in the history
rename master to main
  • Loading branch information
mmerickel committed Nov 21, 2022
2 parents 13369f5 + c8383da commit 8682726
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
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" git branch to "main"

2.10 (2022-03-27)
=================

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,5 @@ Remco Verhoef (nl5887), 2013/11/08
Geoffrey Dairiki, 2013/11/22

Steve Piercy, 2016/01/07

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 @@ -32,7 +32,7 @@
# The suffix of source filenames.
source_suffix = ".rst"

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

# General substitutions.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers =
url = https://github.com/Pylons/pyramid_jinja2
project_urls =
Documentation = https://docs.pylonsproject.org/projects/pyramid_jinja2/en/latest/
Changelog = https://github.com/Pylons/pyramid_jinja2/blob/master/CHANGES.rst
Changelog = https://github.com/Pylons/pyramid_jinja2/blob/main/CHANGES.rst
Issue Tracker = https://github.com/Pylons/pyramid_jinja2/issues

author = Rocky Burt
Expand Down

0 comments on commit 8682726

Please sign in to comment.