Skip to content

Commit ab87e20

Browse files
committed
chore: CATALYST-1272 prep for 1.0 release
1 parent 20b8788 commit ab87e20

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
},
1414
"baseBranch": "canary",
1515
"updateInternalDependencies": "patch",
16-
"ignore": []
16+
"ignore": ["@bigcommerce/catalyst"]
1717
}

.github/workflows/changesets-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- canary
7+
- integrations/makeswift
78

89
concurrency: ${{ github.workflow }}-${{ github.ref }}
910

@@ -37,6 +38,8 @@ jobs:
3738
uses: changesets/action@v1
3839
with:
3940
publish: pnpm exec changeset publish
41+
title: "Version Packages (`${{ github.ref_name }}`)"
42+
commit: "Version Packages (`${{ github.ref_name }}`)"
4043
env:
4144
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4245
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)