Skip to content

Commit

Permalink
ci: fix changeset release config (#1154)
Browse files Browse the repository at this point in the history
* ci: fix changeset config glob

* ci: fix config for snapshot releases
  • Loading branch information
alvrs authored Jul 13, 2023
1 parent 168b494 commit 0d43481
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "latticexyz/mud" }],
"commit": false,
"fixed": [["*"]],
"fixed": [["**"]],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [],
"useCalculatedVersion": true,
"prereleaseTemplate": "{tag}-{commit}"
"snapshot": {
"useCalculatedVersion": true,
"prereleaseTemplate": "{tag}-{commit}"
}
}

0 comments on commit 0d43481

Please sign in to comment.