Skip to content

Commit

Permalink
Rerelease with correct branch naming
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Oct 4, 2023
1 parent f15f763 commit 77e9243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,5 @@
"@graphcommerce/prettier-config-pwa": "7.0.1",
"@graphcommerce/typescript-config-pwa": "7.0.1"
},
"changesets": [
"aaaa-delete-me",
"red-gifts-listen",
"rich-guests-applaud",
"twelve-deers-begin"
]
"changesets": ["red-gifts-listen", "rich-guests-applaud", "twelve-deers-begin"]
}
2 changes: 1 addition & 1 deletion .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
echo "::set-output name=date::$(date +"%B %d, %Y")"
- name: release
uses: paales/changesets-action@aggregate-release-mode
uses: paales/changesets-action@main
with:
publish: 'yarn release'
commit: 'chore(release): update monorepo packages versions'
Expand Down

0 comments on commit 77e9243

Please sign in to comment.