Skip to content

Commit b322c75

Browse files
committed
fix(Project): Enable SemVer tool in .travis.yml
Signed-off-by: James Hart <[email protected]>
1 parent 3ca52a7 commit b322c75

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.travis.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ script: tox
2929

3030

3131
# To enable semantic-release, uncomment these sections.
32-
# before_deploy:
33-
# - pip install bump2version
34-
# - nvm install 12
35-
# - npm install @semantic-release/changelog
36-
# - npm install @semantic-release/exec
37-
# - npm install @semantic-release/git
38-
# - npm install @semantic-release/github
39-
#
40-
# deploy:
41-
# - provider: script
42-
# script: npx semantic-release
43-
# skip_cleanup: true
44-
# on:
45-
# python: '3.6'
46-
# branch: main
32+
before_deploy:
33+
- pip install bump2version
34+
- nvm install 12
35+
- npm install @semantic-release/changelog
36+
- npm install @semantic-release/exec
37+
- npm install @semantic-release/git
38+
- npm install @semantic-release/github
39+
40+
deploy:
41+
- provider: script
42+
script: npx semantic-release
43+
skip_cleanup: true
44+
on:
45+
python: '3.6'
46+
branch: main
4747
# - provider: pypi
4848
# user: __token__
4949
# password: $PYPI_TOKEN

0 commit comments

Comments
 (0)