From 52185fcba35030eb61aa354e1b5b8cda9a07ad01 Mon Sep 17 00:00:00 2001 From: Cadu Ribeiro Date: Tue, 20 Apr 2021 13:29:47 -0300 Subject: [PATCH] Update CONTRIBUTING to match the right branch --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e41d7da..7155ff4b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,13 +54,13 @@ The following instructions uses `$VERSION` as a placeholder, where `$VERSION` is 1. Run the test suite and ensure all the tests pass. -1. Finalize the `## master` section in `CHANGELOG.md` assigning the version. +1. Finalize the `## main` section in `CHANGELOG.md` assigning the version. 1. Commit and push the changes ```shell git commit -a -m "Release $VERSION" - git push origin master + git push origin main ``` 1. Wait for CI to complete.