File tree Expand file tree Collapse file tree 6 files changed +427
-177
lines changed Expand file tree Collapse file tree 6 files changed +427
-177
lines changed Original file line number Diff line number Diff line change 36
36
37
37
- name : 📜 Generate changelog and release notes
38
38
run : |
39
- bunx changelogen --release --push
39
+ bunx changelogen --hideAuthorEmail -- release --push
40
40
bunx changelogen github release --token ${{ secrets.GITHUB_TOKEN }}
41
41
42
42
- name : 📝 Get metadata
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://biomejs.dev/schemas/1.8.3 /schema.json" ,
2
+ "$schema" : " https://biomejs.dev/schemas/2.1.2 /schema.json" ,
3
3
"formatter" : {
4
4
"enabled" : true ,
5
5
"formatWithErrors" : false ,
10
10
"attributePosition" : " auto"
11
11
},
12
12
"files" : {
13
- "ignore" : [
14
- " lib" ,
15
- " bin" ,
16
- " coverage" ,
17
- " node_modules" ,
18
- " package.json" ,
19
- " bun.lock"
13
+ "includes" : [
14
+ " **" ,
15
+ " !**/lib" ,
16
+ " !**/bin" ,
17
+ " !**/coverage" ,
18
+ " !**/node_modules" ,
19
+ " !**/package.json" ,
20
+ " !**/bun.lock"
20
21
]
21
22
},
22
- "organizeImports " : { "enabled " : true },
23
+ "assist " : { "actions " : { "source" : { "organizeImports" : " on " } } },
23
24
"linter" : {
24
25
"enabled" : true ,
25
26
"rules" : {
28
29
"correctness" : { "noUnsafeFinally" : " error" },
29
30
"security" : { "noGlobalEval" : " error" },
30
31
"style" : {
31
- "noVar" : " error" ,
32
32
"useBlockStatements" : " off" ,
33
33
"useConst" : " error" ,
34
34
"useNamingConvention" : {
38
38
},
39
39
"suspicious" : {
40
40
"noDoubleEquals" : " error" ,
41
- "useNamespaceKeyword" : " error"
41
+ "useNamespaceKeyword" : " error" ,
42
+ "noVar" : " error"
42
43
}
43
44
}
44
45
},
You can’t perform that action at this time.
0 commit comments