Skip to content

Commit

Permalink
Merge pull request ethereum#147 from pacrob/master-to-main
Browse files Browse the repository at this point in the history
change master branch refs to main
  • Loading branch information
pacrob authored Nov 27, 2023
2 parents 7d49969 + e990db1 commit c9990f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Closes #

- [ ] Add or update documentation related to these changes

- [ ] Add entry to the [release notes](https://github.com/ethereum/py-trie/blob/master/newsfragments/README.md)
- [ ] Add entry to the [release notes](https://github.com/ethereum/py-trie/blob/main/newsfragments/README.md)

#### Cute Animal Picture

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The version format for this repo is `{major}.{minor}.{patch}` for stable, and

To issue the next version in line, specify which part to bump,
like `make release bump=minor` or `make release bump=devnum`. This is typically done from the
master branch, except when releasing a beta (in which case the beta is released from master,
main branch, except when releasing a beta (in which case the beta is released from main,
and the previous stable branch is released from said branch).

If you are in a beta version, `bumpversion stage` will switch to a stable.
Expand Down
1 change: 1 addition & 0 deletions newsfragments/147.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Change the name of ``master`` branch to ``main``
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ log_format = "%(levelname)8s %(asctime)s %(filename)20s %(message)s"
log_date_format = "%m-%d %H:%M:%S"

[tool.towncrier]
# Read https://github.com/ethereum/py-trie/blob/master/newsfragments/README.md for instructions
# Read https://github.com/ethereum/py-trie/blob/main/newsfragments/README.md for instructions
package = "trie"
filename = "CHANGELOG.rst"
directory = "newsfragments"
Expand Down

0 comments on commit c9990f7

Please sign in to comment.