File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.2.0
2+ current_version = 2.2.2
33commit = True
4- message = [skip ci] Bump version: {current_version} -> {new_version}
54
65[bumpversion:file:watson_developer_cloud/version.py]
76search = __version__ = ' {current_version}'
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ deploy:
3535 skip_cleanup : true
3636 on :
3737 python : ' 3.5'
38- branch : master
38+ tags : true
3939 - provider : script
4040 script : npx semantic-release
4141 skip_cleanup : true
@@ -50,4 +50,4 @@ deploy:
5050 skip_cleanup : true
5151 on :
5252 python : ' 3.5'
53- branch : master
53+ tags : true
Original file line number Diff line number Diff line change 1919import os
2020import sys
2121
22- __version__ = '2.2.0 '
22+ __version__ = '2.2.2 '
2323
2424if sys .argv [- 1 ] == 'publish' :
2525 # test server
Original file line number Diff line number Diff line change 1- __version__ = '2.2.0 '
1+ __version__ = '2.2.2 '
You can’t perform that action at this time.
0 commit comments