Skip to content

Commit 1bc9c40

Browse files
merge: branch 'main' of github.com:onesoft-sudo/sudobot
2 parents f01d1a8 + e3804f5 commit 1bc9c40

File tree

5 files changed

+36
-3
lines changed

5 files changed

+36
-3
lines changed

.github/cra-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"lastReadCommit": "c633c3db8c3bb2f2ab000968c0a369ba65c29484"
2+
"lastReadCommit": "a65fc2013ae5b6d07938105a1ae54899ce26228f"
33
}

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,14 @@ jobs:
127127
tar -cvzf sudobot-release-linux.tar.gz sudobot-release-linux;
128128
tar -cvzf sudobot-release-darwin.tar.gz sudobot-release-darwin;
129129
130+
- uses: oven-sh/setup-bun@v2
131+
with:
132+
bun-version: latest
133+
130134
- name: Create Linux Distro Packages
131135
id: linux_package
132136
run: |
137+
./blazew build;
133138
sudo apt update && sudo apt install -y rpm dpkg-dev;
134139
sudo hostnamectl set-hostname "github-actions-runner.sudobot.online";
135140
cd packages;

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
### 24-05-2025 - [[Ar Rakin](mailto:[email protected])]
44

5+
* **fix:** update releases workflow
6+
7+
**Signed-off-by:** Ar Rakin <[email protected]>
8+
* **fix:** rebuild
9+
* **build:** fix postinst script for linux packages
10+
11+
**Signed-off-by:** Ar Rakin <[email protected]>
12+
13+
* **build:** fix postinst script for linux packages
14+
15+
**Signed-off-by:** Ar Rakin <[email protected]>
16+
17+
* **build:** fix postinst script for linux packages
18+
19+
**Signed-off-by:** Ar Rakin <[email protected]>
20+
21+
* **build:** fix postinst script for linux packages
22+
23+
**Signed-off-by:** Ar Rakin <[email protected]>
24+
525
* **build:** fix postinst script for linux packages
626

727
**Signed-off-by:** Ar Rakin <[email protected]>
@@ -131,6 +151,14 @@
131151

132152
### 24-05-2025 - [[Conventional Release Action](mailto:[email protected])]
133153

154+
* **release:** v10.57.9 [skip ci]
155+
156+
**Signed-off-by:** Conventional Release Action <[email protected]>
157+
158+
* **release:** v10.57.8 [skip ci]
159+
160+
**Signed-off-by:** Conventional Release Action <[email protected]>
161+
134162
* **release:** v10.57.7 [skip ci]
135163

136164
**Signed-off-by:** Conventional Release Action <[email protected]>

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osn/sudobot",
3-
"version": "10.57.8",
3+
"version": "10.57.10",
44
"exports": "./src/main/typescript/exports.ts",
55
"publish": {
66
"exclude": [

package.json

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

0 commit comments

Comments
 (0)