Skip to content

Commit 4adc6ee

Browse files
Merge branch 'main' of github.com:onesoft-sudo/sudobot
2 parents a6657db + e4ab454 commit 4adc6ee

File tree

4 files changed

+12
-29
lines changed

4 files changed

+12
-29
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
node-version: [20.x, 21.x, 22.x]
12+
node-version: [21.x, 22.x]
1313
os: [ubuntu-latest, macos-latest]
1414

1515
runs-on: ${{ matrix.os }}
@@ -39,14 +39,8 @@ jobs:
3939
cd ..;
4040
4141
- name: "Install Dependencies"
42-
run: npm install
43-
44-
- name: "Install Dev Dependencies"
4542
run: npm install -D
4643

47-
- name: "Generate prisma client"
48-
run: npx prisma generate
49-
5044
- name: "ESLint"
5145
run: npm run lint -- --max-warnings=0
5246

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,8 @@ jobs:
3434
run: make
3535

3636
- name: "Install Dependencies"
37-
run: npm install
38-
39-
- name: "Install Dev Dependencies"
4037
run: npm install -D
4138

42-
- name: "Generate prisma client"
43-
run: npx prisma generate
44-
4539
- name: "ESLint"
4640
run: npm run lint || echo "ESLint Failed"
4741

@@ -90,14 +84,8 @@ jobs:
9084
run: make
9185

9286
- name: "Install Dependencies"
93-
run: npm install
94-
95-
- name: "Install Dev Dependencies"
9687
run: npm install -D
9788

98-
- name: "Generate prisma client"
99-
run: npx prisma generate
100-
10189
- name: "ESLint"
10290
run: npm run lint || echo "ESLint Failed"
10391

CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## [9.2.1](https://github.com/onesoft-sudo/sudobot/compare/v9.2.0...v9.2.1) (2024-06-22)
212

313

@@ -341,12 +351,3 @@
341351

342352

343353

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-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sudobot",
3-
"version": "9.2.1",
3+
"version": "9.3.0",
44
"description": "A Discord bot for moderation purposes.",
55
"author": {
66
"name": "Ar Rakin",

0 commit comments

Comments
 (0)