Skip to content

Commit

Permalink
Fix changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Jan 9, 2024
1 parent df4366f commit 72fe9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"lint": "eslint {configs,rules}/**/*.js",
"make-types": "rimraf index.d.ts && tsc --noEmit false --declaration --emitDeclarationOnly --outFile index.js",
"test": "node tests/run-tests.js",
"preversion-temp-disabled": "yarn test",
"preversion--temp-disabled": "yarn test",
"push": "git push --follow-tags",
"version": "auto-changelog -p && git add CHANGELOG.md"
"postversion": "auto-changelog -p --hide-empty-releases && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
"homepage": "https://github.com/burtek/eslint-config#readme",
"bugs": "https://github.com/burtek/eslint-config/issues",
Expand Down

0 comments on commit 72fe9de

Please sign in to comment.