updated release script again

This commit is contained in:
2024-09-26 01:28:55 +02:00
parent 83b7f1822a
commit c5f86522de
3 changed files with 25 additions and 2 deletions

View File

@@ -70,4 +70,5 @@
- Roughly Enough Items (REI)
- Roughly Enough Professions (REP)
### Updated:
- Ender IO
- Ender IO
- Mods config

22
config.json Normal file
View File

@@ -0,0 +1,22 @@
{
"check": {
"added_mods": true,
"removed_mods": true,
"updated_mods": true,
"loader": true,
"mc_version": true,
"config": true,
"identified_overrides_mods": true,
"unidentified_overrides_mods": false
},
"format": {
"style": "bullet",
"header": {
"show_header": true,
"size": 2,
"title": "auto",
"show_old_version_number": false,
"show_new_version_number": true
}
}
}

View File

@@ -59,7 +59,7 @@ if len(files_sorted) > 1:
generate_changelog(
f"{directory}/{previous_file}",
f"{directory}/{newest_file}",
None,
"config.json",
f"{changelog_directory}/{changelog_filename}",
)