Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
build(release): initial adoption of semantic-release and commitlint (#50
Browse files Browse the repository at this point in the history
)
  • Loading branch information
keplersj authored and whity committed Apr 22, 2018
1 parent add7d1e commit d233489
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"url": "https://github.com/AtomLinter/atom-linter-perlcritic/issues"
},
"scripts": {
"commitmsg": "commitlint -e $GIT_PARAMS",
"test": "apm test",
"lint": "eslint ."
},
Expand Down Expand Up @@ -107,6 +108,12 @@
"linter:2.0.0"
],
"devDependencies": {
"@commitlint/cli": "^6.1.3",
"@commitlint/config-conventional": "^6.1.3",
"@commitlint/travis-cli": "^6.1.3",
"@semantic-release/apm-config": "^2.0.1",
"husky": "^0.14.3",
"semantic-release": "^15.1.7",
"eslint": "^4.6.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
Expand All @@ -133,5 +140,13 @@
"node": true,
"browser": true
}
},
"release": {
"extends": "@semantic-release/apm-config"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}
}

0 comments on commit d233489

Please sign in to comment.