From bb01cff048808186fe925a6182526ab9eb6de26f Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Mon, 27 Nov 2023 14:23:18 +0000 Subject: [PATCH] add --singlePackage to release-plan config --- .github/workflows/plan-release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml index 39f4e2ae..1af9310d 100644 --- a/.github/workflows/plan-release.yml +++ b/.github/workflows/plan-release.yml @@ -4,7 +4,7 @@ on: branches: - main pull_request: - types: + types: - labeled concurrency: @@ -28,19 +28,19 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - + - uses: pnpm/action-setup@v2 with: version: 8 - run: pnpm install --frozen-lockfile - + - name: "Generate Explanation and Prep Changelogs" id: explanation run: | set -x - - pnpm release-plan prepare - + + pnpm release-plan prepare --singlePackage=ember-cli-notificaitons + echo 'text<> $GITHUB_OUTPUT jq .description .release-plan.json -r >> $GITHUB_OUTPUT echo 'EOF' >> $GITHUB_OUTPUT @@ -59,4 +59,4 @@ jobs: ----------------------------------------- - ${{ steps.explanation.outputs.text }} \ No newline at end of file + ${{ steps.explanation.outputs.text }}