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 }}
|
||||
changelog_ru: ${{ steps.changelog_ru.outputs.description }}
|
||||
changelog_en: ${{ steps.changelog_en.outputs.description }}
|
||||
changelog_mods: ${{ steps.changelog_mods.outputs.description }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -67,6 +68,12 @@ jobs:
|
|||
with:
|
||||
path: CHANGELOG_EN.md
|
||||
|
||||
- name: Changelog Parser
|
||||
id: changelog_mods
|
||||
uses: coditory/changelog-parser@v1.0.2
|
||||
with:
|
||||
path: MODS.md
|
||||
|
||||
|
||||
discord-message:
|
||||
name: Discord Message
|
||||
|
|
@ -93,30 +100,7 @@ jobs:
|
|||
:flag_gb:
|
||||
```${{ needs.modpack-info.outputs.changelog_en }}```
|
||||
|
||||
``` ### 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```
|
||||
```${{ needs.modpack-info.outputs.changelog_mods }}```
|
||||
embed-color: 5814783
|
||||
|
||||
# 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