From bd1692ef4e080834ec55d1d7f9af1908702347fc Mon Sep 17 00:00:00 2001 From: Josh W Lewis Date: Tue, 2 Jul 2024 18:18:26 -0500 Subject: [PATCH] Setup automation for testing --- .github/workflows/release.yml | 3 ++- buildpacks/nodejs-corepack/buildpack.toml | 2 +- buildpacks/nodejs-engine/buildpack.toml | 2 +- buildpacks/nodejs-function-invoker/buildpack.toml | 2 +- buildpacks/nodejs-npm-engine/buildpack.toml | 2 +- buildpacks/nodejs-npm-install/buildpack.toml | 2 +- buildpacks/nodejs-pnpm-engine/buildpack.toml | 2 +- buildpacks/nodejs-pnpm-install/buildpack.toml | 2 +- buildpacks/nodejs-yarn/buildpack.toml | 2 +- buildpacks/npm/buildpack.toml | 2 +- meta-buildpacks/nodejs-function/buildpack.toml | 2 +- meta-buildpacks/nodejs/buildpack.toml | 2 +- 12 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82b8a2ad..3edd947a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,11 @@ on: jobs: release: name: Release - uses: heroku/languages-github-actions/.github/workflows/_buildpacks-release.yml@latest + uses: heroku/languages-github-actions/.github/workflows/_buildpacks-release.yml@specify-package-target with: app_id: ${{ vars.LINGUIST_GH_APP_ID }} dry_run: ${{ inputs.dry_run }} + languages_cli_branch: specify-package-target secrets: app_private_key: ${{ secrets.LINGUIST_GH_PRIVATE_KEY }} cnb_registry_token: ${{ secrets.CNB_REGISTRY_RELEASE_BOT_GITHUB_TOKEN }} diff --git a/buildpacks/nodejs-corepack/buildpack.toml b/buildpacks/nodejs-corepack/buildpack.toml index fd2b69de..abdacd01 100644 --- a/buildpacks/nodejs-corepack/buildpack.toml +++ b/buildpacks/nodejs-corepack/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-corepack" -version = "3.2.5" +version = "0.0.9999" name = "Heroku Node.js Corepack" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-engine/buildpack.toml b/buildpacks/nodejs-engine/buildpack.toml index f8da42af..31614164 100644 --- a/buildpacks/nodejs-engine/buildpack.toml +++ b/buildpacks/nodejs-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-engine" -version = "3.2.5" +version = "0.0.9999" name = "Heroku Node.js Engine" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-function-invoker/buildpack.toml b/buildpacks/nodejs-function-invoker/buildpack.toml index 8348a6c9..f9d74898 100644 --- a/buildpacks/nodejs-function-invoker/buildpack.toml +++ b/buildpacks/nodejs-function-invoker/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-function-invoker" -version = "3.2.5" +version = "0.0.9999" name = "Salesforce Node.js Function Invoker" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack." diff --git a/buildpacks/nodejs-npm-engine/buildpack.toml b/buildpacks/nodejs-npm-engine/buildpack.toml index 991d7233..194b052e 100644 --- a/buildpacks/nodejs-npm-engine/buildpack.toml +++ b/buildpacks/nodejs-npm-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-npm-engine" -version = "3.2.5" +version = "0.0.9999" name = "Heroku Node.js npm Engine" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-npm-install/buildpack.toml b/buildpacks/nodejs-npm-install/buildpack.toml index c579253e..74486cc4 100644 --- a/buildpacks/nodejs-npm-install/buildpack.toml +++ b/buildpacks/nodejs-npm-install/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-npm-install" -version = "3.2.5" +version = "0.0.9999" name = "Heroku Node.js npm Install" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-pnpm-engine/buildpack.toml b/buildpacks/nodejs-pnpm-engine/buildpack.toml index fbeebbd9..53e3145c 100644 --- a/buildpacks/nodejs-pnpm-engine/buildpack.toml +++ b/buildpacks/nodejs-pnpm-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-pnpm-engine" -version = "3.2.5" +version = "0.0.9999" name = "Heroku Node.js pnpm Engine" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js pnpm Engine buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-pnpm-install/buildpack.toml b/buildpacks/nodejs-pnpm-install/buildpack.toml index ab2f1073..d22d7e6c 100644 --- a/buildpacks/nodejs-pnpm-install/buildpack.toml +++ b/buildpacks/nodejs-pnpm-install/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-pnpm-install" -version = "3.2.5" +version = "0.0.9999" name = "Heroku Node.js pnpm install" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js pnpm install buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-yarn/buildpack.toml b/buildpacks/nodejs-yarn/buildpack.toml index 3e799271..712ee151 100644 --- a/buildpacks/nodejs-yarn/buildpack.toml +++ b/buildpacks/nodejs-yarn/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-yarn" -version = "3.2.5" +version = "0.0.9999" name = "Heroku Node.js Yarn" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js Yarn buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/npm/buildpack.toml b/buildpacks/npm/buildpack.toml index baaebf56..65c55ac8 100644 --- a/buildpacks/npm/buildpack.toml +++ b/buildpacks/npm/buildpack.toml @@ -2,7 +2,7 @@ api = "0.7" [buildpack] id = "heroku/nodejs-npm" -version = "3.2.5" +version = "0.0.9999" name = "Heroku Node.js npm (DEPRECATED)" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "[DEPRECATED] Heroku's Node.js npm buildpack. Replaced by the 'heroku/nodejs-npm-engine' and 'heroku/nodejs-npm-install' buildpacks." diff --git a/meta-buildpacks/nodejs-function/buildpack.toml b/meta-buildpacks/nodejs-function/buildpack.toml index 43586e17..6ea37b54 100644 --- a/meta-buildpacks/nodejs-function/buildpack.toml +++ b/meta-buildpacks/nodejs-function/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-function" -version = "3.2.5" +version = "0.0.9999" name = "Salesforce Node.js Function" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Salesforce's buildpack for Node.js Functions." diff --git a/meta-buildpacks/nodejs/buildpack.toml b/meta-buildpacks/nodejs/buildpack.toml index fe12a526..f28f33e7 100644 --- a/meta-buildpacks/nodejs/buildpack.toml +++ b/meta-buildpacks/nodejs/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs" -version = "3.2.5" +version = "0.0.9999" name = "Heroku Node.js" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's buildpack for Node.js applications."