We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3423973 commit 30f8d5bCopy full SHA for 30f8d5b
.releaserc.json
@@ -0,0 +1,17 @@
1
+{
2
+ "pkgRoot": "dist",
3
+ "branches": [
4
+ "+([0-9])?(.{+([0-9]),x}).x",
5
+ "main",
6
+ "next",
7
+ "next-major",
8
+ {
9
+ "name": "beta",
10
+ "prerelease": true
11
+ },
12
13
+ "name": "alpha",
14
15
+ }
16
+ ]
17
+}
package.json
@@ -20,23 +20,6 @@
20
"bugs": {
21
"url": "https://github.com/testing-library/eslint-plugin-testing-library/issues"
22
},
23
- "release": {
24
- "pkgRoot": "dist",
25
- "branches": [
26
- "+([0-9])?(.{+([0-9]),x}).x",
27
- "main",
28
- "next",
29
- "next-major",
30
- {
31
- "name": "beta",
32
- "prerelease": true
33
- },
34
35
- "name": "alpha",
36
37
- }
38
- ]
39
40
"main": "index.js",
41
"scripts": {
42
"build": "tsc",
0 commit comments