Parcourir la source

update changeset configuration for snapshot

Yuki Takei il y a 1 an
Parent
commit
96e3edfcdc
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      .changeset/config.json

+ 4 - 0
.changeset/config.json

@@ -7,5 +7,9 @@
   "access": "public",
   "baseBranch": "master",
   "updateInternalDependencies": "patch",
+  "snapshot": {
+    "useCalculatedVersion": true,
+    "prereleaseTemplate": "{tag}.{commit}"
+  },
   "ignore": []
 }