Skip to content

Commit

Permalink
fix: semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Sep 2, 2018
1 parent 915f13d commit 365ed29
Show file tree
Hide file tree
Showing 3 changed files with 2,801 additions and 79 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ after_success:
- nvm use 10
- npm install
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-api-actions",
"version": "0.1.8",
"version": "0.0.0-development",
"description": "Trigger remote actions that don't fit into CRUD, in your Ember.js apps",
"directories": {
"doc": "doc",
Expand All @@ -10,7 +10,9 @@
"build": "ember build",
"lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests",
"start": "ember server",
"test": "ember try:each"
"test": "ember try:each",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"repository": "https://github.com/mike-north/ember-api-actions.git",
"homepage": "https://github.com/mike-north/ember-api-actions",
Expand Down Expand Up @@ -44,7 +46,9 @@
"ember-try": "^1.0.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^5.2.1",
"loader.js": "^4.2.3"
"loader.js": "^4.2.3",
"travis-deploy-once": "^5.0.7",
"semantic-release": "^15.9.12"
},
"keywords": [
"ember-addon",
Expand Down
Loading

0 comments on commit 365ed29

Please sign in to comment.