File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 push :
1010 branches :
1111 - " develop"
12- - " master "
12+ - " main "
1313 schedule :
1414 - cron : " 0 0 * * 0"
1515
Original file line number Diff line number Diff line change 99 push :
1010 branches :
1111 - " develop"
12- - " master "
12+ - " main "
1313
1414jobs :
1515 reuse :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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`
You can’t perform that action at this time.
0 commit comments