diff --git a/.release-it.json b/.release-it.json index bb5312c4..9b551923 100644 --- a/.release-it.json +++ b/.release-it.json @@ -20,6 +20,6 @@ "npm run test:unit:coverage", "npm run test:integration" ], - "after:bump": "npx auto-changelog -p" + "after:bump": "npx auto-changelog --hide-credit --package" } }