Skip to content

Commit

Permalink
add explicit fail exit
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed May 7, 2024
1 parent ba7d6a4 commit afb4dec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci/format_changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -euo pipefail

create_changesets_json() {
echo "[[]]" > changesets.json
}
Expand Down

0 comments on commit afb4dec

Please sign in to comment.