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

Commit 67d130e

Browse files
author
Michal Vlasák
committed
✨Add semantic-release config
1 parent 5a7e429 commit 67d130e

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"lint-staged": "^10.0.8",
6868
"prettier": "^2.0.5",
6969
"semantic-release": "^17.3.0",
70+
"semantic-release-gitmoji": "^1.3.4",
7071
"supertest": "^5.0.0",
7172
"ts-jest": "^26.1.0",
7273
"tslint": "^6.0.0",

release.config.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
module.exports = {
2+
plugins: [
3+
[
4+
'semantic-release-gitmoji',
5+
{
6+
releaseRules: {
7+
major: [':boom:'],
8+
minor: [':sparkles:'],
9+
patch: [':bug:', ':ambulance:', ':lock:'],
10+
},
11+
},
12+
],
13+
],
14+
};

0 commit comments

Comments
 (0)