workflows
This commit is contained in:
parent
8b115963b6
commit
9a59562faa
2 changed files with 35 additions and 24 deletions
32
.github/workflows/test.yml
vendored
32
.github/workflows/test.yml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
||||||
mc_version: ${{ steps.info.outputs.mc_version }}
|
mc_version: ${{ steps.info.outputs.mc_version }}
|
||||||
changelog_ru: ${{ steps.changelog_ru.outputs.description }}
|
changelog_ru: ${{ steps.changelog_ru.outputs.description }}
|
||||||
changelog_en: ${{ steps.changelog_en.outputs.description }}
|
changelog_en: ${{ steps.changelog_en.outputs.description }}
|
||||||
|
changelog_mods: ${{ steps.changelog_mods.outputs.description }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -67,6 +68,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: CHANGELOG_EN.md
|
path: CHANGELOG_EN.md
|
||||||
|
|
||||||
|
- name: Changelog Parser
|
||||||
|
id: changelog_mods
|
||||||
|
uses: coditory/changelog-parser@v1.0.2
|
||||||
|
with:
|
||||||
|
path: MODS.md
|
||||||
|
|
||||||
|
|
||||||
discord-message:
|
discord-message:
|
||||||
name: Discord Message
|
name: Discord Message
|
||||||
|
|
@ -93,30 +100,7 @@ jobs:
|
||||||
:flag_gb:
|
:flag_gb:
|
||||||
```${{ needs.modpack-info.outputs.changelog_en }}```
|
```${{ needs.modpack-info.outputs.changelog_en }}```
|
||||||
|
|
||||||
``` ### New Mods
|
```${{ needs.modpack-info.outputs.changelog_mods }}```
|
||||||
- Fps Reducer
|
|
||||||
- Voice Chat
|
|
||||||
- Dynview
|
|
||||||
- KryptonReforged
|
|
||||||
- LocalizedChat
|
|
||||||
- nanhealthfixer
|
|
||||||
- tfcchannelcasting
|
|
||||||
- toofast
|
|
||||||
- no-report-button
|
|
||||||
### Update mods
|
|
||||||
- GregTech -> 1.1.0
|
|
||||||
- TerraFirmaCraft -> 3.1.5
|
|
||||||
- TerraFirmaGreg Core -> 0.4.0
|
|
||||||
- Canary -> 0.3.2.
|
|
||||||
- CreativeCore -> 2.11.22
|
|
||||||
- Curios -> 5.5.0
|
|
||||||
- Firstperson -> 2.3.0
|
|
||||||
- FTB-quests -> 2001.3.1
|
|
||||||
- kubejs -> 2001.6.4-build.127
|
|
||||||
- moonlight -> 2.8.84
|
|
||||||
- PlayerRevive -> 2.0.22
|
|
||||||
### Deleted mods
|
|
||||||
- NoChatReports```
|
|
||||||
embed-color: 5814783
|
embed-color: 5814783
|
||||||
|
|
||||||
# close-fixed-issues:
|
# close-fixed-issues:
|
||||||
|
|
|
||||||
27
MODS.md
Normal file
27
MODS.md
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
## [0.6.4] - 20.01.2024
|
||||||
|
### New Mods
|
||||||
|
- Fps Reducer
|
||||||
|
- Voice Chat
|
||||||
|
- Dynview
|
||||||
|
- KryptonReforged
|
||||||
|
- LocalizedChat
|
||||||
|
- nanhealthfixer
|
||||||
|
- tfcchannelcasting
|
||||||
|
- toofast
|
||||||
|
- no-report-button
|
||||||
|
### Update mods
|
||||||
|
- GregTech -> 1.1.0
|
||||||
|
- TerraFirmaCraft -> 3.1.5
|
||||||
|
- TerraFirmaGreg Core -> 0.4.0
|
||||||
|
- Canary -> 0.3.2.
|
||||||
|
- CreativeCore -> 2.11.22
|
||||||
|
- Curios -> 5.5.0
|
||||||
|
- Firstperson -> 2.3.0
|
||||||
|
- FTB-quests -> 2001.3.1
|
||||||
|
- kubejs -> 2001.6.4-build.127
|
||||||
|
- moonlight -> 2.8.84
|
||||||
|
- PlayerRevive -> 2.0.22
|
||||||
|
### Deleted mods
|
||||||
|
- NoChatReports
|
||||||
Loading…
Add table
Add a link
Reference in a new issue