Skip to content

Commit 5c7e42e

Browse files
committed
chore: rename master to main
1 parent bbbc663 commit 5c7e42e

File tree

4 files changed

+4
-90
lines changed

4 files changed

+4
-90
lines changed

.github/workflows/js-test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test & maybe release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
workflow_dispatch:
99

CONTRIBUTING.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
44
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
55
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-kubo-rpc-client.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-kubo-rpc-client)
6-
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-kubo-rpc-client/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-kubo-rpc-client/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-kubo-rpc-client/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/js-kubo-rpc-client/actions/workflows/js-test-and-release.yml?query=branch%3Amain)
77

88
> A client library for the Kubo RPC API
99
1010
## Table of contents <!-- omit in toc -->
1111

1212
- [Install](#install)
1313
- [Browser `<script>` tag](#browser-script-tag)
14-
- [Work In Progress](#work-in-progress)
14+
- [Kubo RPC Client](#kubo-rpc-client)
1515
- [Getting Started](#getting-started)
1616
- [Next Steps](#next-steps)
1717
- [Usage](#usage)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"release": {
5151
"branches": [
52-
"master"
52+
"main"
5353
],
5454
"plugins": [
5555
[

0 commit comments

Comments
 (0)