-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #277 from blockchain-certificates/chore/fix-semant…
…ic-release Chore/fix semantic release
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,12 @@ python: | |
install: pip install tox-travis | ||
script: tox | ||
after_success: | ||
- pip install python-semantic-release==7.34.6 | ||
- pip install python-semantic-release | ||
- git config user.name botcerts | ||
- git config user.email [email protected] | ||
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then semantic-release publish; fi' # trigger semantic release only on merge build | ||
- git branch | ||
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git checkout master; fi' # trigger semantic release only on merge build | ||
- semantic-release version && semantic-release publish | ||
after_script: | ||
- nvm install 16 | ||
- sh prepare-vc-compliance-tests-config.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters