Skip to content

Commit a0af5d1

Browse files
committed
makefile: use ESBUILD_VERSION consistently
1 parent 8c71947 commit a0af5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ platform-deno: platform-wasm
420420
node scripts/esbuild.js ./esbuild --deno
421421

422422
publish-all: check-go-version
423-
@grep "## `cat version.txt`" CHANGELOG.md || (echo "Missing '## `cat version.txt`' in CHANGELOG.md (required for automatic release notes)" && false)
423+
@grep "## $(ESBUILD_VERSION)" CHANGELOG.md || (echo "Missing '## $(ESBUILD_VERSION)' in CHANGELOG.md (required for automatic release notes)" && false)
424424
@npm --version > /dev/null || (echo "The 'npm' command must be in your path to publish" && false)
425425
@echo "Checking for uncommitted/untracked changes..." && test -z "`git status --porcelain | grep -vE 'M (CHANGELOG\.md|version\.txt)'`" || \
426426
(echo "Refusing to publish with these uncommitted/untracked changes:" && \

0 commit comments

Comments
 (0)