Skip to content

Commit a1e7dca

Browse files
authored
Merge pull request #113 from weaviate/master_main
Rename master to main
2 parents f4f97f3 + 734b80e commit a1e7dca

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
tags:
66
- '**'
77
pull_request:

CONTRIBUTE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
1010
How 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)