Skip to content

Commit

Permalink
Revert "docs: keep a changelog"
Browse files Browse the repository at this point in the history
This reverts commit eb5153f.
  • Loading branch information
loks0n committed Mar 29, 2023
1 parent eb5153f commit aefc125
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 45 deletions.
10 changes: 1 addition & 9 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
"hooks": {
"before:init": ["npm run lint", "npm test"],
"before:init": ["npm run lint", "npm run test"],
"after:bump": "npm run build"
},
"github": {
"release": true
},
"plugins": {
"@release-it/keep-a-changelog": {
"filename": "CHANGELOG.md"
}
}
}
35 changes: 0 additions & 35 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"release": "release-it"
},
"devDependencies": {
"@release-it/keep-a-changelog": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
Expand Down

0 comments on commit aefc125

Please sign in to comment.