Skip to content

Commit 3e151ba

Browse files
authored
Update git-autotag
made the command failing a full stop
1 parent 32fa15a commit 3e151ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git-autotag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22

33
TARGET_PREFIX=${1:-release}
44
TARGET_BASE=$TARGET_PREFIX-`date +%Y%m%d`

0 commit comments

Comments
 (0)