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

Commit

Permalink
✨Add semantic-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Vlasák committed Nov 23, 2020
1 parent 5a7e429 commit 67d130e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"lint-staged": "^10.0.8",
"prettier": "^2.0.5",
"semantic-release": "^17.3.0",
"semantic-release-gitmoji": "^1.3.4",
"supertest": "^5.0.0",
"ts-jest": "^26.1.0",
"tslint": "^6.0.0",
Expand Down
14 changes: 14 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
plugins: [
[
'semantic-release-gitmoji',
{
releaseRules: {
major: [':boom:'],
minor: [':sparkles:'],
patch: [':bug:', ':ambulance:', ':lock:'],
},
},
],
],
};

0 comments on commit 67d130e

Please sign in to comment.