diff --git a/.changeset/config.json b/.changeset/config.json new file mode 100644 index 000000000..d88011f61 --- /dev/null +++ b/.changeset/config.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": false, + "fixed": [], + "linked": [], + "access": "restricted", + "baseBranch": "main", + "updateInternalDependencies": "patch", + "ignore": [] +} diff --git a/.changeset/lazy-pets-join.md b/.changeset/lazy-pets-join.md new file mode 100644 index 000000000..01ee3e2ca --- /dev/null +++ b/.changeset/lazy-pets-join.md @@ -0,0 +1,5 @@ +--- +"shopify-buy": patch +--- + +Move npm releases to github actions with changeset and provenance diff --git a/.github/.changesets/config.json b/.github/.changesets/config.json deleted file mode 100644 index 1ddfe23b2..000000000 --- a/.github/.changesets/config.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json", - "changelog": false, - "commit": false, - "fixed": [], - "linked": [], - "access": "public", - "baseBranch": "main", - "updateInternalDependencies": "patch", - "privatePackages": { - "version": true, - "tag": true - } -}