Skip to content

Commit

Permalink
chore: Rename development branch to main
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Sep 17, 2023
1 parent 5db64ae commit c31fb38
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 @@ -119,7 +119,7 @@ For testing all components provide `data-testid` attributes as selectors, so the

### Releasing a new version

- Pull the latest changes from `master` or `stableX`;
- Pull the latest changes from `main` or `stableX`;
- Checkout a new branch with the tag name (e.g `v4.0.1`): `git checkout -b v<version>`;
- Run `npm version patch --no-git-tag-version` (`npm version minor --no-git-tag-version` if minor). This will return a new version name, make sure it matches what you expect;
- Commit, push and create PR;
Expand Down

0 comments on commit c31fb38

Please sign in to comment.