We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b8788 commit ab87e20Copy full SHA for ab87e20
.changeset/config.json
@@ -13,5 +13,5 @@
13
},
14
"baseBranch": "canary",
15
"updateInternalDependencies": "patch",
16
- "ignore": []
+ "ignore": ["@bigcommerce/catalyst"]
17
}
.github/workflows/changesets-release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- canary
7
+ - integrations/makeswift
8
9
concurrency: ${{ github.workflow }}-${{ github.ref }}
10
@@ -37,6 +38,8 @@ jobs:
37
38
uses: changesets/action@v1
39
with:
40
publish: pnpm exec changeset publish
41
+ title: "Version Packages (`${{ github.ref_name }}`)"
42
+ commit: "Version Packages (`${{ github.ref_name }}`)"
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments