@@ -579,6 +579,7 @@ function release {
579579 noir
580580 l1-contracts
581581 noir-projects/aztec-nr
582+ protocol/constants-codegen
582583 yarn-project
583584 boxes
584585 aztec-up
@@ -603,10 +604,11 @@ function release_dryrun {
603604function private_release {
604605 # Release flow for the private repo, run on a (nightly) ci-private-release PR. We publish only to our
605606 # internal GCP Artifact Registry: the docker image (release-image -> INTERNAL_DOCKER_REGISTRY that
606- # GKE/staging pulls from) and the npm packages (barretenberg/ts, noir, wsdb, yarn-project -> the
607- # INTERNAL_NPM_REGISTRY npm repo). We run the release step for real on exactly those components and do
608- # not invoke the others — the remaining release sources publish public artifacts (github releases,
609- # crates.io, the aztec-up/playground S3 installers) and are not interrelated with these.
607+ # GKE/staging pulls from) and the npm packages (barretenberg/ts, noir, ipc-runtime, wsdb,
608+ # protocol/constants-codegen, yarn-project -> the INTERNAL_NPM_REGISTRY npm repo). We run the release
609+ # step for real on exactly those components and do not invoke the others — the remaining release
610+ # sources publish public artifacts (github releases, crates.io, the aztec-up/playground S3 installers)
611+ # and are not interrelated with these.
610612 echo_header " private release"
611613
612614 # Default to the private staging Artifact Registry; override via the INTERNAL_*_REGISTRY env vars.
@@ -671,7 +673,7 @@ function private_release {
671673 # them. @aztec/world-state has a runtime dependency on @aztec/wsdb, and the ipc-codegen-generated
672674 # @aztec/wsdb in turn has a runtime dependency on @aztec/ipc-runtime, so ipc-runtime must precede wsdb.
673675 # npm packages are platform-independent, so only the docker image is published on arm64.
674- local publish=(barretenberg/ts noir ipc-runtime wsdb yarn-project release-image)
676+ local publish=(barretenberg/ts noir ipc-runtime wsdb protocol/constants-codegen yarn-project release-image)
675677 if [ $( arch) == arm64 ]; then
676678 publish=(release-image)
677679 fi
0 commit comments