Skip to content

Commit

Permalink
Don’t check workspace via pr-log
Browse files Browse the repository at this point in the history
As this is already done by release-it
  • Loading branch information
lo1tuma committed Sep 25, 2023
1 parent 7d9f024 commit 76646c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Expand Up @@ -12,6 +12,6 @@
},
"hooks": {
"before:init": ["npm run lint", "npm run test"],
"after:bump": ["npm run changelog ${version}"]
"after:bump": ["npm run changelog ${version} --sloppy"]
}
}

0 comments on commit 76646c4

Please sign in to comment.