add: changesets + snapshot-this action (#1746)

* add: changesets + snapshot-this action

* add: changeset folder

* add: action credits
This commit is contained in:
Zakaria El Asri
2022-06-30 10:07:18 +01:00
committed by GitHub
parent 9e0f65dee3
commit 55978e9e81
5 changed files with 817 additions and 28 deletions

11
.changeset/config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "medusajs/medusa" }],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}