-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: implement semantic-release through circleci
- Loading branch information
csnyders
committed
Jul 25, 2016
1 parent
4ec1144
commit 4f32120
Showing
2 changed files
with
16 additions
and
2 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 |
---|---|---|
@@ -1,4 +1,9 @@ | ||
dependencies: | ||
post: | ||
- wget https://saucelabs.com/downloads/sc-latest-linux.tar.gz | ||
- tar -xzf sc-latest-linux.tar.gz | ||
- tar -xzf sc-latest-linux.tar.gz | ||
deployment: | ||
deployDev: | ||
branch: dev | ||
commands: | ||
- npm run semantic-release |
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