Skip to content

Commit

Permalink
fix(prj): run just check before releases
Browse files Browse the repository at this point in the history
  • Loading branch information
montchr committed Jun 20, 2024
1 parent 2509053 commit e9b2157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ post_bump_hooks = [
"git push origin {{version}}",
]
pre_bump_hooks = [
"composer validate",
"just check",
]

[changelog]
Expand Down

0 comments on commit e9b2157

Please sign in to comment.