From f366d00c14d7bc6295f320a6265939f049448cae Mon Sep 17 00:00:00 2001 From: roll Date: Thu, 13 Jul 2023 09:13:39 +0100 Subject: [PATCH] Type "master" -> "main" --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a855434dab..7028672ae0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -153,7 +153,7 @@ GITHUB_ACCESS_TOKEN=*************************** ## Releasing To release a new version: -- check that you have push access to the `master` branch +- check that you have push access to the `main` branch - run `hatch version ` to update the version - add changes to `CHANGELOG.md` if it's not a patch release (major or minor) - run `make release` which create a release commit and tag and push it to Github