Skip to content

Commit

Permalink
chore: update CHANGELOG.md & tooth.json
Browse files Browse the repository at this point in the history
add sentry upload for ci
  • Loading branch information
ShrBox committed Feb 4, 2025
1 parent ecd6856 commit e334996
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:

- uses: xmake-io/github-action-setup-xmake@v1

- uses: matbour/setup-sentry-cli@v1
with:
token: ${{ SECRETS.SENTRY_TOKEN }}
organization: ${{ SECRETS.SENTRY_ORG }}
project: ${{ SECRETS.SENTRY_PROJECT }}

- uses: actions/cache@v4
with:
path: |
Expand All @@ -37,6 +43,9 @@ jobs:
sed -i 's/\"name\": \"legacy-script-engine\"/\"name\": \"legacy-script-engine-${{ matrix.backend }}\"/g' bin/legacy-script-engine/manifest.json
mv bin/legacy-script-engine bin/legacy-script-engine-${{ matrix.backend }}
- run: |
sentry-cli debug-files upload --include-sources bin/legacy-script-engine-${{ matrix.backend }}
- uses: actions/upload-artifact@v4
with:
name: legacy-script-engine-${{ matrix.backend }}-windows-x64-${{ github.sha }}
Expand Down
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.5] - 2025-02-04

### Added

- Added some api and event [#220]

### Changed

- Updated translation
- Updated lightwebsocketclient [#221]

### Fixed

- Fixed onAte event [#222] (#223)

## [0.9.4] - 2025-02-02

### Changed
Expand Down Expand Up @@ -772,7 +783,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[#220]: https://github.com/LiteLDev/LegacyScriptEngine/issues/220

[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.4...HEAD
[#221]: https://github.com/LiteLDev/LegacyScriptEngine/issues/221

[#222]: https://github.com/LiteLDev/LegacyScriptEngine/issues/222

[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.5...HEAD

[0.9.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.4...v0.9.5

[0.9.4]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.3...v0.9.4

Expand Down
2 changes: 1 addition & 1 deletion tooth.lua.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
"version": "0.9.4",
"version": "0.9.5",
"info": {
"name": "LegacyScriptEngine with Lua backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down
2 changes: 1 addition & 1 deletion tooth.nodejs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
"version": "0.9.4",
"version": "0.9.5",
"info": {
"name": "LegacyScriptEngine with NodeJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down
2 changes: 1 addition & 1 deletion tooth.python.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python",
"version": "0.9.4",
"version": "0.9.5",
"info": {
"name": "LegacyScriptEngine with Python backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down
2 changes: 1 addition & 1 deletion tooth.quickjs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs",
"version": "0.9.4",
"version": "0.9.5",
"info": {
"name": "LegacyScriptEngine with QuickJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down

0 comments on commit e334996

Please sign in to comment.