Skip to content

Commit 12797a8

Browse files
authored
Merge pull request #22 from pmowrer/semantic-release
chore(semantic-release): set package.json version to 0.0.0
2 parents 4812509 + e422ad1 commit 12797a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ before_install:
77
- curl -o- -L https://yarnpkg.com/install.sh | bash
88
- export PATH="$HOME/.yarn/bin:$PATH"
99
after_success:
10-
- "[[ $TRAVIS_PULL_REQUEST != 'false' ]] && npx semantic-release-github-pr"
10+
- "[[ $TRAVIS_PULL_REQUEST != 'false' ]] && npx semantic-release-github-pr --debug"
1111
- npx semantic-release --debug
1212
cache: yarn

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jasmine-fail-fast",
3-
"version": "2.0.0",
3+
"version": "0.0.0-development",
44
"description": "Allow Jasmine tests to \"fail-fast\", exiting on the first failure instead of running all tests no matter what. ",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)