Skip to content

Commit ef85386

Browse files
committed
Add changesets support
1 parent 744561a commit ef85386

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.changeset/config.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
3+
"changelog": [
4+
"",
5+
{
6+
"repo": "shopify/js-buy-sdk"
7+
}
8+
],
9+
"commit": false,
10+
"fixed": [],
11+
"linked": [],
12+
"access": "public",
13+
"baseBranch": "main",
14+
"updateInternalDependencies": "patch",
15+
"privatePackages": {
16+
"version": true,
17+
"tag": true
18+
}
19+
}

.changeset/sixty-roses-learn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"shopify-buy": patch
3+
---
4+
5+
Adding changeset and github ci release with provenance

0 commit comments

Comments
 (0)