Skip to content

Commit

Permalink
chore: use local github token to release
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Nov 14, 2022
1 parent 5600b75 commit c4fffb0
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
58 changes: 58 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"auto-changelog": "^2.4.0",
"dotenv-cli": "^6.0.0",
"eslint": "^8.27.0",
"husky": "^8.0.2",
"jest": "^29.3.0",
Expand All @@ -41,7 +42,7 @@
"performance:lodash-sortby": "nodemon --watch src src/examples/performance-lodash-sortby.ts",
"performance:lodash-orderby": "nodemon --watch src src/examples/performance-lodash-orderby.ts",
"prepare": "husky install",
"release": "release-it --changelog",
"release": "dotenv npx release-it",
"lint-staged": "lint-staged"
},
"repository": {
Expand Down

0 comments on commit c4fffb0

Please sign in to comment.