Skip to content

Commit faf86a7

Browse files
committed
master not main
1 parent ef4cc41 commit faf86a7

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Closes #
1111

1212
- [ ] Add or update documentation related to these changes
1313

14-
- [ ] Add entry to the [release notes](https://github.com/ethereum/eth-tester/blob/main/newsfragments/README.md)
14+
- [ ] Add entry to the [release notes](https://github.com/ethereum/eth-tester/blob/master/newsfragments/README.md)
1515

1616
#### Cute Animal Picture
1717

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ The version format for this repo is `{major}.{minor}.{patch}` for stable, and
967967

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

973973
If you are in a beta version, `make release bump=stage` will switch to a stable.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ log_format = "%(levelname)8s %(asctime)s %(filename)20s %(message)s"
6868
log_date_format = "%m-%d %H:%M:%S"
6969

7070
[tool.towncrier]
71-
# Read https://github.com/ethereum/eth-tester/blob/main/newsfragments/README.md for instructions
71+
# Read https://github.com/ethereum/eth-tester/blob/master/newsfragments/README.md for instructions
7272
package = "eth_tester"
7373
filename = "CHANGELOG.rst"
7474
directory = "newsfragments"

pytest.ini

-6
This file was deleted.

0 commit comments

Comments
 (0)