Skip to content

Commit

Permalink
install latest semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 29, 2018
1 parent ace4c9d commit 6875c8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 20 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ cache:
notifications:
email: true
node_js:
- '4.2.2'
- '6'
- '10'
before_script:
- npm prune
script:
- ./next-update-travis.sh
- npm test
after_success:
- npm run coveralls
Expand Down
29 changes: 12 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lazy-ass",
"description": "Lazy assertions without performance penalty",
"version": "0.0.0-semantic-release",
"version": "0.0.0-development",
"author": "Gleb Bahmutov <[email protected]>",
"bugs": {
"url": "https://github.com/bahmutov/lazy-ass/issues"
Expand Down Expand Up @@ -29,13 +29,10 @@
"contributors": [],
"dependencies": {},
"devDependencies": {
"@semantic-release/condition-travis": "5.0.2",
"bad-line": "0.1.1",
"condition-node-version": "1.3.0",
"coveralls": "2.13.3",
"expect.js": "0.3.1",
"git-issues": "1.3.1",
"github-post-release": "1.13.1",
"grunt": "0.4.5",
"grunt-banner": "0.6.0",
"grunt-clean-console": "0.1.1",
Expand Down Expand Up @@ -64,7 +61,7 @@
"phantomjs-prebuilt": "2.1.16",
"pkgfiles": "2.3.2",
"pre-git": "3.17.1",
"semantic-release": "6.3.6",
"semantic-release": "^15.5.0",
"simple-commit-message": "3.3.2",
"time-grunt": "1.4.0"
},
Expand All @@ -91,17 +88,15 @@
"license": "MIT",
"main": "index.js",
"release": {
"verifyConditions": [
{
"path": "@semantic-release/condition-travis"
},
{
"path": "condition-node-version",
"node": "4.2.2"
}
],
"generateNotes": "github-post-release",
"analyzeCommits": "simple-commit-message"
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{
"type": "break",
"release": "major"
}
]
}
},
"repository": {
"type": "git",
Expand All @@ -117,7 +112,7 @@
"mocha": "mocha test/*.spec.js",
"pkgfiles": "pkgfiles",
"pretest": "npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"size": "tarball=\"$(npm pack .)\"; wc -c \"${tarball}\"; tar tvf \"${tarball}\"; rm \"${tarball}\";",
"test": "grunt test",
"watch": "grunt watch"
Expand Down

0 comments on commit 6875c8e

Please sign in to comment.