Skip to content

Commit 9e628d1

Browse files
committed
chore(changeset): exit pre mode in changeset config
Updated the `.changeset/pre.json` file to switch from `"pre"` to `"exit"` mode, disabling pre-release mode for future versioning. This ensures standard release workflows moving forward.
1 parent 2618a6d commit 9e628d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mode": "pre",
2+
"mode": "exit",
33
"tag": "canary",
44
"initialVersions": {
55
"@app/docs": "0.0.1",

0 commit comments

Comments
 (0)