Skip to content

Commit 72214fb

Browse files
committed
chore: release 0.1.3
1 parent e40ac7a commit 72214fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
# Exit code is 1 oif there is a diff
3232
if diff "$ORIGIN_NORMALIZED_COPIER" "$NEW_NORMALIZED_COPIER" > "$PATCH_COPIER"; then
3333
echo " * No Diff found"
34-
exit 1
34+
# we don't exit as it may be the recreation of a release
3535
fi
3636
patch copier.yml "$PATCH_COPIER"
3737
if ! grep -q "project_version: \"v$next_version\"" copier.yml; then

0 commit comments

Comments
 (0)