Skip to content

Commit

Permalink
Use calculate version for changeset snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Sep 4, 2024
1 parent 0158a18 commit 69f35e8
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.5.0/schema.json",
"$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json",
"changelog": "./changelog",
"commit": false,
"linked": [],
"access": "public",
"ignore": ["@sku-fixtures/*", "@sku-private/*"],
"baseBranch": "master"
"baseBranch": "master",
"snapshot": {
"useCalculatedVersion": true
}
}

0 comments on commit 69f35e8

Please sign in to comment.