Skip to content

Commit

Permalink
fix(travis): remove --minor flag from semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogelin committed Jan 4, 2019
1 parent 68d72eb commit 91209f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ after_success:
- git config --global user.email "semantic-release@travis"
- pip install typing
- pip install python-semantic-release
- semantic-release --minor publish
- semantic-release publish

jobs:
include:
Expand Down

0 comments on commit 91209f8

Please sign in to comment.