Skip to content

Commit

Permalink
Fix release instructions (#70)
Browse files Browse the repository at this point in the history
Step 4 of the release instructions still referenced the old main branch
name (`master`). It has been updated to `main`. Also the branch names
are now always in backticks.
  • Loading branch information
Gudahtt authored Jun 4, 2021
1 parent 9441085 commit a943270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The project follows the same release process as the other libraries in the MetaM
- To update an older maintained major version, base the release branch on the major version branch (e.g. `1.x`)
2. Update the changelog
3. Update version in package.json file (e.g. `yarn version --minor --no-git-tag-version`)
4. Create a pull request targeting the base branch (e.g. master or 1.x)
4. Create a pull request targeting the base branch (e.g. `main` or `1.x`)
5. Code review and QA
6. Once approved, the PR is squashed & merged
7. The commit on the base branch is tagged
Expand Down

0 comments on commit a943270

Please sign in to comment.