Skip to content

Commit 17dc954

Browse files
committed
fix(build): transition default branch master -> main
1 parent 413ff9e commit 17dc954

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.releaserc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"debug": true,
3+
"branches": [ "main" ],
34
"plugins": [
45
"@semantic-release/commit-analyzer",
56
"@semantic-release/release-notes-generator",

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ deploy:
3737
skip_cleanup: true
3838
on:
3939
python: '3.6'
40-
branch: master
40+
branch: main
4141

4242
- provider: pypi
4343
user: __token__

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Before that, please search for similar issues. It's possible that someone has al
1010

1111
# General Information
1212
For general guidance on contributing to this project, please see
13-
[this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/CONTRIBUTING_python.md)
13+
[this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/CONTRIBUTING_python.md)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![Build Status](https://travis-ci.com/IBM/platform-services-python-sdk.svg?branch=master)](https://travis-ci.com/IBM/platform-services-python-sdk)
1+
[![Build Status](https://travis-ci.com/IBM/platform-services-python-sdk.svg?branch=main)](https://travis-ci.com/IBM/platform-services-python-sdk)
22
[![Release](https://img.shields.io/github/v/release/IBM/platform-services-python-sdk)](https://github.com/IBM/platform-services-python-sdk/releases/latest)
33
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ibm-platform-services)](https://pypi.org/project/ibm-platform-services/)
44
[![PyPI](https://img.shields.io/pypi/v/ibm-platform-services)](https://pypi.org/project/ibm-platform-services/)
55
![PyPI - Downloads](https://img.shields.io/pypi/dm/ibm-platform-services)
66
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7-
[![codecov](https://codecov.io/gh/IBM/platform-services-python-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/IBM/platform-services-python-sdk)
7+
[![codecov](https://codecov.io/gh/IBM/platform-services-python-sdk/branch/main/graph/badge.svg)](https://codecov.io/gh/IBM/platform-services-python-sdk)
88
[![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)
99

1010
# IBM Cloud Platform Services Python SDK Version 0.17.8
@@ -90,7 +90,7 @@ easy_install --upgrade "ibm-platform-services>=0.17.8"
9090
```
9191

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

9595
## Questions
9696
If you are having difficulties using this SDK or have a question about the IBM Cloud services,
@@ -106,9 +106,9 @@ Before that, please search for similar issues. It's possible that someone has al
106106
Find more open source projects on the [IBM Github Page](http://ibm.github.io/)
107107

108108
## Contributing
109-
See [CONTRIBUTING.md](https://github.com/IBM/platform-services-python-sdk/blob/master/CONTRIBUTING.md).
109+
See [CONTRIBUTING.md](https://github.com/IBM/platform-services-python-sdk/blob/main/CONTRIBUTING.md).
110110

111111
## License
112112

113113
This SDK is released under the Apache 2.0 license.
114-
The license's full text can be found in [LICENSE](https://github.com/IBM/platform-services-python-sdk/blob/master/LICENSE).
114+
The license's full text can be found in [LICENSE](https://github.com/IBM/platform-services-python-sdk/blob/main/LICENSE).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright 2019 IBM All Rights Reserved.
2+
# Copyright 2019, 2021 IBM All Rights Reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)