Skip to content

Commit

Permalink
fix(build): transition default branch master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx committed Feb 9, 2021
1 parent 91b4f4a commit ad06f76
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"debug": true,
"branches": [ "master" ],
"branches": [ "main" ],
"verifyConditions": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
"prepare": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
"publish": [
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ deploy:
script: npx semantic-release
on:
node: 12
branch: master
branch: main
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ already encountered this issue.

# General Information
For general guidance on contributing to this project, please see
[this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/CONTRIBUTING_nodejs.md)
[this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/CONTRIBUTING_nodejs.md)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Build Status](https://travis-ci.com/IBM/platform-services-node-sdk.svg?branch=master)](https://travis-ci.com/IBM/platform-services-node-sdk)
[![Build Status](https://travis-ci.com/IBM/platform-services-node-sdk.svg?branch=main)](https://travis-ci.com/IBM/platform-services-node-sdk)
[![Release](https://img.shields.io/github/v/release/IBM/platform-services-node-sdk)](https://github.com/IBM/platform-services-node-sdk/releases/latest)
[![npm](https://img.shields.io/npm/v/ibm-platform-services)](https://www.npmjs.com/package/ibm-platform-services)
![npm](https://img.shields.io/npm/dm/ibm-platform-services)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![codecov](https://codecov.io/gh/IBM/platform-services-node-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/IBM/platform-services-node-sdk)
[![codecov](https://codecov.io/gh/IBM/platform-services-node-sdk/branch/main/graph/badge.svg)](https://codecov.io/gh/IBM/platform-services-node-sdk)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

# IBM Cloud Platform Services Node.js SDK
Expand Down Expand Up @@ -80,7 +80,7 @@ npm install ibm-platform-services
```

## Using the SDK
For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md)
For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/README.md)

## Questions

Expand Down

0 comments on commit ad06f76

Please sign in to comment.