Skip to content

Commit 48b0aa7

Browse files
committed
release-version: fix outdated comment
1 parent dc424ec commit 48b0aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ test -n "$tag" &&
340340
# HACK: SciJava projects use SSH (git@github.com:...) for developerConnection.
341341
# The release:perform command wants to use the developerConnection URL when
342342
# checking out the release tag. But reading from this URL requires credentials
343-
# which we would rather Travis not need. So we replace the scm.url in the
344-
# release.properties file to use the public (https://github.com/...) URL.
343+
# which the CI system typically does not have. So we replace the scm.url in
344+
# the release.properties file to use the public (https://github.com/...) URL.
345345
# This is OK, since release:perform does not need write access to the repo.
346346
$DRY_RUN sed -i.bak -e 's|^scm.url=scm\\:git\\:git@github.com\\:|scm.url=scm\\:git\\:https\\://github.com/|' release.properties &&
347347
$DRY_RUN rm release.properties.bak &&

0 commit comments

Comments
 (0)