feat(release): Improve Release Notes

This commit is contained in:
2025-03-20 11:20:32 +07:00
parent 4cc392b62a
commit 84f7d960b3

View File

@@ -125,15 +125,13 @@ jobs:
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
tag_name: ${{ env.VERSION }} tag_name: ${{ env.VERSION }}
name: Translation Data Update ${{ env.RELEASE_DATE }} name: Translation Update ${{ env.RELEASE_DATE }}
body: | body: |
# Translation Data Update ${{ env.RELEASE_DATE }} ## Version: `${{ env.VERSION }}`
## Version: ${{ env.VERSION }}
This is an automated release of the latest translation data. This is an automated release of the latest translation data.
### How to use: ### How to use
1. Disable `Fast Initialization` in the `Basic Settings` tab. 1. Disable `Fast Initialization` in the `Basic Settings` tab.
2. Disable `Replace Font` in the `Basic Settings` tab. 2. Disable `Replace Font` in the `Basic Settings` tab.
3. Enable `MasterDB Localization` in the `Debug Settings/Advanced` tab. 3. Enable `MasterDB Localization` in the `Debug Settings/Advanced` tab.