Skip to content

Commit 56f93bc

Browse files
committed
fix(docs): Fix generation of docs
1 parent 742b847 commit 56f93bc

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[bumpversion]
22
current_version = 2.2.0
33
commit = True
4-
message = [skip ci] Bump version: {current_version} -> {new_version}
54

65
[bumpversion:file:watson_developer_cloud/version.py]
76
search = __version__ = '{current_version}'

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ deploy:
3434
script: docs/publish.sh
3535
skip_cleanup: true
3636
on:
37-
python: '3.5'
38-
branch: master
37+
tags: true
3938
- provider: script
4039
script: npx semantic-release
4140
skip_cleanup: true
@@ -49,5 +48,4 @@ deploy:
4948
repository: https://upload.pypi.org/legacy
5049
skip_cleanup: true
5150
on:
52-
python: '3.5'
53-
branch: master
51+
tags: true

0 commit comments

Comments
 (0)