Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Add allow-warnings to pod trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
incubo4u committed Jan 12, 2024
1 parent 06d31bc commit 6f79b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"hooks": {
"after:bump": "pod lib lint --allow-warnings",
"before:github:release": "pod trunk push"
"before:github:release": "pod trunk push --allow-warnings"
},
"github": {
"release": true
Expand Down

0 comments on commit 6f79b28

Please sign in to comment.