Skip to content

Commit

Permalink
change the name of master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Nov 27, 2023
1 parent 217dd67 commit 7af1022
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/hexbytes/blob/master/newsfragments/README.md)
- [ ] Add entry to the [release notes](https://github.com/ethereum/hexbytes/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 @@ -81,7 +81,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, `make release bump=stage` will switch to a stable.
Expand Down
1 change: 1 addition & 0 deletions newsfragments/40.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/hexbytes/blob/master/newsfragments/README.md for instructions
# Read https://github.com/ethereum/hexbytes/blob/main/newsfragments/README.md for instructions
package = "hexbytes"
filename = "docs/release_notes.rst"
directory = "newsfragments"
Expand Down

0 comments on commit 7af1022

Please sign in to comment.