File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11on :
22 push :
33 branches :
4- - master
4+ - main
55 tags :
66 - ' **'
77 pull_request :
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ Please note that this project is released with a Contributor Code of Conduct. By
99### How we use Gitflow
1010How we use [ Gitflow] ( https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow ) and how you can contribute following a few steps.
1111
12- - The master branch is what is released and developed currently.
12+ - The main branch is what is released and developed currently.
1313- You can create a feature-branch that is named: feature/YOUR-FEATURE-NAME.
14- - Your feature branch always has the master branch as a starting point.
15- - When you are done with your feature you should create a pull request into the master branch.
16- - The master branch is protected.
14+ - Your feature branch always has the main branch as a starting point.
15+ - When you are done with your feature you should create a pull request into the main branch.
16+ - The main branch is protected.
1717
1818### Tagging your commit
1919
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ A javascript client for easy interaction with a weaviate instance.
1313
1414## Contributing
1515
16- - [ How to Contribute] ( https://github.com/weaviate/weaviate-javascript-client/blob/master /CONTRIBUTE.md ) .
16+ - [ How to Contribute] ( https://github.com/weaviate/weaviate-javascript-client/blob/main /CONTRIBUTE.md ) .
1717
1818## Build Status
1919
20- [ ![ Build Status] ( https://github.com/weaviate/weaviate-javascript-client/actions/workflows/.github/workflows/tests.yaml/badge.svg?branch=master )] ( https://github.com/weaviate/weaviate-javascript-client/actions/workflows/.github/workflows/tests.yaml )
20+ [ ![ Build Status] ( https://github.com/weaviate/weaviate-javascript-client/actions/workflows/.github/workflows/tests.yaml/badge.svg?branch=main )] ( https://github.com/weaviate/weaviate-javascript-client/actions/workflows/.github/workflows/tests.yaml )
You can’t perform that action at this time.
0 commit comments