Skip to content

Commit

Permalink
add snapshot setting
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Mar 23, 2024
1 parent 5f6e293 commit 390012a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.6.1/schema.json",
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": ["./changelog.js", { "repo": "seek-oss/skuba" }],
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch"
"updateInternalDependencies": "patch",
"snapshot": {
"useCalculatedVersion": true
}
}

0 comments on commit 390012a

Please sign in to comment.