open-code-review/scripts/publish/.env.example
2026-05-22 21:27:39 +08:00

20 lines
576 B
Text

# Copy to .env.internal (gitignored) and fill in actual values:
# cp scripts/publish/.env.example scripts/publish/.env.internal
#
# Then publish:
# source scripts/publish/.env.internal && ./scripts/publish/publish.sh
# Override package name
export OCR_PKG_NAME=
# npm registry URL
export OCR_PUBLISH_REGISTRY=
# Binary download URL template (supports {version} {os} {arch} placeholders)
export OCR_URL_PATTERN=
# Checksum file URL template
export OCR_CHECKSUM_PATTERN=
# [Optional] Git repo for binary uploads (set to enable upload step)
export OCR_RELEASE_GIT_REPO=