Skip to content

Commit 43623e4

Browse files
authored
fix(release): add conventional commit and publish vpc-go-sdk (#2)
1 parent 2bef532 commit 43623e4

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,12 @@ deploy:
4040
skip_cleanup: true
4141
on:
4242
python: '3.5'
43-
branch: master
43+
branch: master
44+
- provider: pypi
45+
user: __token__
46+
password: $PYPI_TOKEN
47+
repository: https://upload.pypi.org/legacy
48+
skip_cleanup: true
49+
on:
50+
python: '3.5'
51+
tags: true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Python client library to interact with various [IBM Cloud Virtual Private Cloud
2525
- [Installation](#installation)
2626
- [Using the SDK](#using-the-sdk)
2727
- [Setting up VPC service](#setting-up-vpc-service)
28-
- [Setting up VPC on classic service](#setting-up-vpc-on-classic-service)
28+
- [Setting up VPC on Classic service](#setting-up-vpc-on-classic-service)
2929
- [Questions](#questions)
3030
- [Issues](#issues)
3131
- [Open source @ IBM](#open-source--ibm)
@@ -123,7 +123,7 @@ print(instance['id'], "\t", instance['name'])
123123
```
124124

125125

126-
## Setting up VPC on classic service
126+
## Setting up VPC on Classic service
127127
```python
128128
from ibm_vpc import VpcClassicV1
129129
from ibm_cloud_sdk_core.authenticators import IAMAuthenticator

0 commit comments

Comments
 (0)