Skip to content

Commit

Permalink
Update CONTRIBUTING to match the right branch
Browse files Browse the repository at this point in the history
  • Loading branch information
duduribeiro committed Apr 20, 2021
1 parent 5c7bab7 commit 52185fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 52185fc

Please sign in to comment.