Skip to content

Commit 4526149

Browse files
lholmquistphracek
authored andcommitted
fix: add the v prefix to the tag name for express.js
Previous to version 5.1.0, there was no usage of a prefix before the label. I did ask the question here: expressjs/express#6467 if there will be consistency going forward
1 parent 40fb25c commit 4526149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ TEST_LIST_BINARY="\
3333
test_run_binary_application
3434
"
3535

36-
readonly EXPRESS_REVISION="${EXPRESS_REVISION:-$(docker run --rm "${IMAGE_NAME}" -- npm show express version)}"
36+
readonly EXPRESS_REVISION="v${EXPRESS_REVISION:-$(docker run --rm "${IMAGE_NAME}" -- npm show express version)}"
3737
readonly EXPRESS_REPO="https://github.com/expressjs/express.git"
3838
readonly PINO_REVISION=v"${PINO_REVISION:-$(docker run --rm "${IMAGE_NAME}" -- npm show pino version)}"
3939
readonly PINO_REPO="https://github.com/pinojs/pino.git"

0 commit comments

Comments
 (0)