File tree 4 files changed +12
-29
lines changed
4 files changed +12
-29
lines changed Original file line number Diff line number Diff line change 9
9
build :
10
10
strategy :
11
11
matrix :
12
- node-version : [20.x, 21.x, 22.x]
12
+ node-version : [21.x, 22.x]
13
13
os : [ubuntu-latest, macos-latest]
14
14
15
15
runs-on : ${{ matrix.os }}
39
39
cd ..;
40
40
41
41
- name : " Install Dependencies"
42
- run : npm install
43
-
44
- - name : " Install Dev Dependencies"
45
42
run : npm install -D
46
43
47
- - name : " Generate prisma client"
48
- run : npx prisma generate
49
-
50
44
- name : " ESLint"
51
45
run : npm run lint -- --max-warnings=0
52
46
Original file line number Diff line number Diff line change 34
34
run : make
35
35
36
36
- name : " Install Dependencies"
37
- run : npm install
38
-
39
- - name : " Install Dev Dependencies"
40
37
run : npm install -D
41
38
42
- - name : " Generate prisma client"
43
- run : npx prisma generate
44
-
45
39
- name : " ESLint"
46
40
run : npm run lint || echo "ESLint Failed"
47
41
90
84
run : make
91
85
92
86
- name : " Install Dependencies"
93
- run : npm install
94
-
95
- - name : " Install Dev Dependencies"
96
87
run : npm install -D
97
88
98
- - name : " Generate prisma client"
99
- run : npx prisma generate
100
-
101
89
- name : " ESLint"
102
90
run : npm run lint || echo "ESLint Failed"
103
91
Original file line number Diff line number Diff line change
1
+ # [ 9.3.0] ( https://github.com/onesoft-sudo/sudobot/compare/v9.2.1...v9.3.0 ) (2024-06-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * introduce drizzle ([ 67fa240] ( https://github.com/onesoft-sudo/sudobot/commit/67fa240bd6bfaa437c06c75a1719f824546579b3 ) )
7
+ * move to drizzle from prisma ([ 7e2bfd5] ( https://github.com/onesoft-sudo/sudobot/commit/7e2bfd5fe3776ad04bccfb7e7871c85e75ede2e1 ) )
8
+
9
+
10
+
1
11
## [ 9.2.1] ( https://github.com/onesoft-sudo/sudobot/compare/v9.2.0...v9.2.1 ) (2024-06-22)
2
12
3
13
341
351
342
352
343
353
344
- # [ 8.30.0] ( https://github.com/onesoft-sudo/sudobot/compare/v8.29.3...v8.30.0 ) (2024-03-13)
345
-
346
-
347
- ### Features
348
-
349
- * ** commands:ai:** support custom model names ([ 68d2b42] ( https://github.com/onesoft-sudo/sudobot/commit/68d2b4248a053e47d4cdf3e1dc50cf05bb0ff0e4 ) )
350
-
351
-
352
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sudobot" ,
3
- "version" : " 9.2.1 " ,
3
+ "version" : " 9.3.0 " ,
4
4
"description" : " A Discord bot for moderation purposes." ,
5
5
"author" : {
6
6
"name" : " Ar Rakin" ,
You can’t perform that action at this time.
0 commit comments