File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ platform-deno: platform-wasm
420420 node scripts/esbuild.js ./esbuild --deno
421421
422422publish-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:" && \
You can’t perform that action at this time.
0 commit comments