Skip to content

Commit

Permalink
Replace update-changelog.js utility with @firefoxic/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed Apr 26, 2024
1 parent 304d8c3 commit 7594033
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 90 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"scripts": {
"prepare": "husky",
"preversion": "pnpm test",
"version": "node utils/update-changelog.js && git add CHANGELOG.md",
"version": "update-changelog && git add CHANGELOG.md",
"postversion": "pnpm publish --access=public",
"postpublish": "git push --follow-tags",
"lint": "eslint",
Expand All @@ -64,6 +64,7 @@
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@firefoxic/utils": "^0.1.0",
"@stylistic/eslint-plugin-js": "^1.7.2",
"eslint": "^9.0.0",
"globals": "^15.0.0",
Expand Down
10 changes: 10 additions & 0 deletions pnpm-lock.yaml

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

89 changes: 0 additions & 89 deletions utils/update-changelog.js

This file was deleted.

0 comments on commit 7594033

Please sign in to comment.