Skip to content

Commit

Permalink
🔨 Added automatic changelog gen
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecarr committed Nov 17, 2021
1 parent aa9feb1 commit 217bb51
Show file tree
Hide file tree
Showing 2 changed files with 3,089 additions and 49 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@
"build": "siroc build",
"lint": "yarn lint:eslint",
"lint:eslint": "eslint --ext .ts --fix .",
"prepack": "yarn build"
"prepack": "yarn build",
"changelog": "gitmoji-changelog"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^7.0.2",
"eslint": "^8.2.0",
"gitmoji-changelog": "^2.2.1",
"siroc": "^0.16.0",
"typescript": "^4.4.4"
}
Expand Down
Loading

0 comments on commit 217bb51

Please sign in to comment.