rename master to main (#2493)

pull/2530/head^2
Esteban Miño 2 years ago committed by GitHub
parent 582b86dcd1
commit 93a1b8af2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .circleci/config.yml
  2. 2
      RELEASE.MD

@ -199,13 +199,13 @@ workflows:
filters:
branches:
only:
- master
- main
- develop
- prep-node-deps:
filters:
branches:
ignore:
- master
- main
- develop
- lint:
requires:

@ -47,6 +47,6 @@
### Once you're done with both stores:
- Submit a PR with the changes
- Once it's merged create a tag on master for that version
- Once it's merged create a tag on main for that version
- Go to the release pages and create a new release for that tag, including the changelog

Loading…
Cancel
Save