Skip to content

Commit

Permalink
Merge pull request #370 from mansona/single-package
Browse files Browse the repository at this point in the history
add --singlePackage to release-plan config
  • Loading branch information
mansona authored Nov 27, 2023
2 parents 2e486ed + bb01cff commit 02404e3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
pull_request:
types:
types:
- labeled

concurrency:
Expand All @@ -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<<EOF' >> $GITHUB_OUTPUT
jq .description .release-plan.json -r >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
Expand All @@ -59,4 +59,4 @@ jobs:
-----------------------------------------
${{ steps.explanation.outputs.text }}
${{ steps.explanation.outputs.text }}

0 comments on commit 02404e3

Please sign in to comment.