Skip to content

Commit 930b7f0

Browse files
authored
Merge pull request #1012 from Shopify/3.0.1
Fix changeset config and release 3.0.1 with provenance
2 parents 0f04358 + 3690d6b commit 930b7f0

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

.changeset/lazy-pets-join.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+
Move npm releases to github actions with changeset and provenance

.github/.changesets/config.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)