Skip to content

Commit d79c314

Browse files
fix: enable releaseAll and disable unnecessary plugins in release configuration
1 parent e36e8b4 commit d79c314

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/config/release.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"releaseAll": false,
2+
"releaseAll": true,
33
"plugins": {
4-
"utilities": true,
5-
"command": true,
4+
"utilities": false,
5+
"command": false,
66
"config": false,
77
"auth": false,
88
"export": false,

0 commit comments

Comments
 (0)