Skip to content

Commit

Permalink
fix: trigger initial release
Browse files Browse the repository at this point in the history
Semantic Release demands a sacrifice.
  • Loading branch information
jeffijoe committed May 28, 2019
1 parent 00a7682 commit 7ee7f93
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ yarn-error.log
coverage
.nyc_output
lib
.test-out
.DS_Store
.idea/workspace.xml
.sublime-workspace
Expand Down
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,17 @@ script: npm run cover
# Code coverage
after_success:
- npm run coveralls
- npm run semantic-release

branches:
except:
- /^v\d+\.\d+\.\d+$/

jobs:
include:
# Define the release stage that runs semantic-release
- stage: release
node_js: lts/*
deploy:
provider: script
skip_cleanup: true
script: "npx semantic-release"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dration",
"version": "0.0.0-semantic",
"version": "0.0.0-development",
"description": "",
"main": "lib/index.js",
"module": "lib/dration.module.js",
Expand Down

0 comments on commit 7ee7f93

Please sign in to comment.