Skip to content

Commit

Permalink
feat: setup semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantdhiman committed Mar 26, 2019
1 parent b6f04ac commit 2ef16b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -74,9 +74,9 @@ jobs:
- stage: release
node_js: '8'
script:
- npm run semantic-release
before_deploy:
- npm run docs
# before_deploy:
# - npm run docs
deploy:
provider: surge
project: ./esdoc/
Expand Down
8 changes: 5 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "sequelize",
"description": "Multi dialect ORM for Node.JS",
"version": "5.1.1",
"version": "0.0.0-development",
"author": "Sascha Depold <sascha@depold.com>",
"contributors": [
"Sascha Depold <sascha@depold.com>",
Expand Down Expand Up @@ -82,7 +82,8 @@
"sinon-chai": "^3.2.0",
"sqlite3": "^4.0.6",
"tedious": "^6.0.0",
"typescript": "^3.3.3333"
"typescript": "^3.3.3333",
"semantic-release": "^15.13.3"
},
"keywords": [
"mysql",
Expand Down Expand Up @@ -156,6 +157,7 @@
"sscce-postgres": "cross-env DIALECT=postgres npm run sscce",
"sscce-sqlite": "cross-env DIALECT=sqlite npm run sscce",
"sscce-mssql": "cross-env DIALECT=mssql npm run sscce",
"setup-mssql": "env-cmd $npm_package_options_env_cmd ./scripts/setup-mssql"
"setup-mssql": "env-cmd $npm_package_options_env_cmd ./scripts/setup-mssql",
"semantic-release": "semantic-release"
}
}

0 comments on commit 2ef16b5

Please sign in to comment.