不要怂,就是干,撸起袖子干!

Commit 8477b071 by Sushant Committed by GitHub

build: changes for v6 release (#12417)

1 parent 834b9f07
Showing with 2 additions and 10 deletions
...@@ -7,7 +7,6 @@ branches: ...@@ -7,7 +7,6 @@ branches:
only: only:
- master - master
- v5 - v5
- /^greenkeeper/.*$/
except: except:
- /^v\d+\.\d+\.\d+$/ - /^v\d+\.\d+\.\d+$/
...@@ -77,13 +76,6 @@ jobs: ...@@ -77,13 +76,6 @@ jobs:
node_js: '8' node_js: '8'
script: script:
- npm run semantic-release - npm run semantic-release
# before_deploy:
# - npm run docs
# deploy:
# provider: surge
# project: ./esdoc/
# domain: docs.sequelizejs.com
# skip_cleanup: true
stages: stages:
- lint - lint
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
"js-combinatorics": "^0.5.4", "js-combinatorics": "^0.5.4",
"lcov-result-merger": "^3.0.0", "lcov-result-merger": "^3.0.0",
"lint-staged": "^8.1.5", "lint-staged": "^8.1.5",
"mariadb": "^2.1.1", "mariadb": "2.2.0",
"markdownlint-cli": "^0.18.0", "markdownlint-cli": "^0.18.0",
"mocha": "^6.1.4", "mocha": "^6.1.4",
"mysql2": "^1.6.5", "mysql2": "^1.6.5",
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
] ]
}, },
"publishConfig": { "publishConfig": {
"tag": "latest" "tag": "v5"
}, },
"scripts": { "scripts": {
"lint": "eslint lib test --quiet", "lint": "eslint lib test --quiet",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!