updated release script again
This commit is contained in:
@@ -71,3 +71,4 @@
|
||||
- Roughly Enough Professions (REP)
|
||||
### Updated:
|
||||
- Ender IO
|
||||
- Mods config
|
22
config.json
Normal file
22
config.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
@@ -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}",
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user