Skip to content

Commit 9110f33

Browse files
authored
chore: remove release config from interop suite (#2)
The interop suite is a private module so doesn't need release config.
1 parent a04bbb6 commit 9110f33

File tree

1 file changed

+0
-85
lines changed

1 file changed

+0
-85
lines changed

packages/interop/package.json

-85
Original file line numberDiff line numberDiff line change
@@ -58,91 +58,6 @@
5858
"sourceType": "module"
5959
}
6060
},
61-
"release": {
62-
"branches": [
63-
"main"
64-
],
65-
"plugins": [
66-
[
67-
"@semantic-release/commit-analyzer",
68-
{
69-
"preset": "conventionalcommits",
70-
"releaseRules": [
71-
{
72-
"breaking": true,
73-
"release": "major"
74-
},
75-
{
76-
"revert": true,
77-
"release": "patch"
78-
},
79-
{
80-
"type": "feat",
81-
"release": "minor"
82-
},
83-
{
84-
"type": "fix",
85-
"release": "patch"
86-
},
87-
{
88-
"type": "docs",
89-
"release": "patch"
90-
},
91-
{
92-
"type": "test",
93-
"release": "patch"
94-
},
95-
{
96-
"type": "deps",
97-
"release": "patch"
98-
},
99-
{
100-
"scope": "no-release",
101-
"release": false
102-
}
103-
]
104-
}
105-
],
106-
[
107-
"@semantic-release/release-notes-generator",
108-
{
109-
"preset": "conventionalcommits",
110-
"presetConfig": {
111-
"types": [
112-
{
113-
"type": "feat",
114-
"section": "Features"
115-
},
116-
{
117-
"type": "fix",
118-
"section": "Bug Fixes"
119-
},
120-
{
121-
"type": "chore",
122-
"section": "Trivial Changes"
123-
},
124-
{
125-
"type": "docs",
126-
"section": "Documentation"
127-
},
128-
{
129-
"type": "deps",
130-
"section": "Dependencies"
131-
},
132-
{
133-
"type": "test",
134-
"section": "Tests"
135-
}
136-
]
137-
}
138-
}
139-
],
140-
"@semantic-release/changelog",
141-
"@semantic-release/npm",
142-
"@semantic-release/github",
143-
"@semantic-release/git"
144-
]
145-
},
14661
"scripts": {
14762
"clean": "aegir clean",
14863
"lint": "aegir lint",

0 commit comments

Comments
 (0)