Skip to content

Commit

Permalink
fix(release): abort release on first error
Browse files Browse the repository at this point in the history
  • Loading branch information
tahubu committed Nov 18, 2020
1 parent e4abd44 commit 2e4cfdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

# configure Git user and e-mail for the release commit
git config user.name "Tamás Hugyák"
git config user.email tahubu@outlook.com
Expand Down

0 comments on commit 2e4cfdd

Please sign in to comment.