We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40ac7a commit 72214fbCopy full SHA for 72214fb
release
@@ -31,7 +31,7 @@ fi
31
# Exit code is 1 oif there is a diff
32
if diff "$ORIGIN_NORMALIZED_COPIER" "$NEW_NORMALIZED_COPIER" > "$PATCH_COPIER"; then
33
echo " * No Diff found"
34
- exit 1
+ # we don't exit as it may be the recreation of a release
35
fi
36
patch copier.yml "$PATCH_COPIER"
37
if ! grep -q "project_version: \"v$next_version\"" copier.yml; then
0 commit comments