Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
fix(build): setup carbon-themes for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdhanaraj committed Mar 23, 2017
1 parent b628d1f commit 096e543
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '6'
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"name": "carbon-themes",
"version": "0.0.1",
"description": "A collectino of thetmes for use with Carbon Components",
"version": "0.0.0-development",
"description": "A collection of thetmes for use with Carbon Components",
"main": "index.js",
"repository": "[email protected]:carbon-design-system/carbon-themes.git",
"author": "chrisdhanaraj <[email protected]>",
"license": "Apache 2.0"
"license": "Apache 2.0",
"scripts": {
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"devDependencies": {
"semantic-release": "^6.3.2"
}
}

0 comments on commit 096e543

Please sign in to comment.