Skip to content

Commit 5045843

Browse files
committed
chore: Rename master branch to main branch
1 parent 246c65d commit 5045843

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches:
1111
- "develop"
12-
- "master"
12+
- "main"
1313
schedule:
1414
- cron: "0 0 * * 0"
1515

.github/workflows/REUSE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches:
1111
- "develop"
12-
- "master"
12+
- "main"
1313

1414
jobs:
1515
reuse:

CONTRIBUTING.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please see the {commit-messages-guide-url}[Commit messages guide] and the
2424
== Submitting a pull request
2525

2626
. Create a working branch from the `develop` branch. The branch name should be
27-
something other than `develop` or `master`.
27+
something other than `develop` or `main`.
2828
. Create your patch. If your change is a feature or a bugfix, please add a test
2929
case if possible. Note that the change must pass the CI.
3030
. Please update the copyright information if possible. This project is

RELEASE-CHECKLIST.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
add any missing changes)
1212
. Bump up the version (`just bump part`)
1313
. Update the release date in `link:CITATION.cff[]` to the current date
14-
. Switch to the `master` branch, and merge the release branch into it (with
14+
. Switch to the `main` branch, and merge the release branch into it (with
1515
`--no-ff`)
1616
. Make a GPG-signed tag (e.g.
1717
`git tag -s v0.1.0 -m "chore(release): Release version 0.1.0"`)
1818
. Switch to the `develop` branch, and merge the release branch into it (with
1919
`--no-ff`)
20-
. Push the `master` branch, the `develop` branch and the local tags
20+
. Push the `main` branch, the `develop` branch and the local tags
2121
. Checkout the latest tag, and publish to {crates-io-url}[crates.io] using
2222
`cargo publish`

0 commit comments

Comments
 (0)