Skip to content

Commit

Permalink
feat: setup semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
olvidalo committed Mar 15, 2016
1 parent f34e469 commit 26c077a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ script:

after_success:
- python travis_after_all.py
# - npm run semantic-release
- npm run semantic-release

after_script:
- $HOME/exist/${EXIST_DB_VERSION}/bin/shutdown.sh
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "gulp-exist",
"version": "1.2.3",
"description": "Upload files to eXist-db",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/tape spec/*.js"
"test": "node_modules/.bin/tape spec/*.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olvidalo/gulp-exist.git"
"url": "https://github.com/olvidalo/gulp-exist.git"
},
"keywords": [
"gulpplugin",
Expand All @@ -28,7 +28,8 @@
"homepage": "https://github.com/olvidalo/gulp-exist#readme",
"devDependencies": {
"gulp": "^3.9.0",
"tape": "^4.5.0"
"tape": "^4.5.0",
"semantic-release": "^4.3.5"
},
"dependencies": {
"async": "^1.4.2",
Expand Down

0 comments on commit 26c077a

Please sign in to comment.