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 a048aeb commit bc59938Copy full SHA for bc59938
release-version.sh
@@ -180,7 +180,7 @@ test -n "$tag" &&
180
sed -i.bak -e 's|^scm.url=scm\\:git\\:git@github.com\\:|scm.url=scm\\:git\\:git\\://github.com/|' release.properties &&
181
rm release.properties.bak &&
182
$DRY_RUN git checkout "$tag" &&
183
-$DRY_RUN git add release.properties &&
+$DRY_RUN git add -f release.properties &&
184
$DRY_RUN git commit --amend --no-edit &&
185
$DRY_RUN git tag -d "$tag" &&
186
$DRY_RUN git tag "$tag" HEAD &&
0 commit comments