Skip to content

Commit

Permalink
ci(tasks/bump): do not fail on exit status 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Aug 22, 2024
1 parent ff0cc35 commit fa715c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ tasks:
bump:
desc: Bump version
preconditions:
- cz --no-raise 21 bump --dry-run --changelog --changelog-to-stdout > ./_changelog.md
cmd: cz --no-raise 21 bump --changelog --changelog-to-stdout > ./_changelog.md
- cz --no-raise 3,21 bump --dry-run --changelog --changelog-to-stdout > ./_changelog.md
cmd: cz --no-raise 3,21 bump --changelog --changelog-to-stdout > ./_changelog.md

release:
desc: Publish release
Expand Down

0 comments on commit fa715c4

Please sign in to comment.