Skip to content

Commit 4b19355

Browse files
author
Igor Stepin
committed
minor: don’t use explicit versions here
1 parent 724541a commit 4b19355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/release-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ cd "$(dirname "$0")"
44

55
cd ..
66

7-
docker run --rm -it -v "${PWD}:/git" -w /git --user "$(id -u)" stepin/git-parse-commits:2.2.2 releaseVersion
7+
docker run --rm -it -v "${PWD}:/git" -w /git --user "$(id -u)" stepin/git-parse-commits:latest releaseVersion
88
echo
9-
docker run --rm -it -v "${PWD}:/git" -w /git --user "$(id -u)" stepin/git-parse-commits:2.2.2 releaseNotes
9+
docker run --rm -it -v "${PWD}:/git" -w /git --user "$(id -u)" stepin/git-parse-commits:latest releaseNotes

0 commit comments

Comments
 (0)