Skip to content

Commit bba3872

Browse files
authored
ignore private packages (#66)
* ignore private packages * fix ignore * better ignore
1 parent 1d547b5 commit bba3872

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
"access": "public",
1515
"baseBranch": "main",
1616
"updateInternalDependencies": "patch",
17-
"ignore": []
17+
"privatePackages": {
18+
"version": false,
19+
"tag": false
20+
}
1821
}

0 commit comments

Comments
 (0)