Skip to content

Commit

Permalink
updated modpack uploader settings to.. work
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Aug 20, 2022
1 parent 129cd8c commit 04c627e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions automation/settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,21 @@ $ENABLE_SERVER_FILE_MODULE = $true
# Default: $false
$ENABLE_SERVERSTARTER_MODULE = $true

# Toggle automatic changelog generator on/off
# This module requires an older modpack manifest zip to be present,
# $LAST_MODPACK_VERSION must be set, and the manifest naming must be consistent.
# Default: $false
$ENABLE_CHANGELOG_GENERATOR_MODULE = $true
# Path to the ChangelogGenerator's output file
$CHANGELOG_PATH = "$INSTANCE_ROOT/changelogs/changelog_mods_$MODPACK_VERSION.md"

# Toggle creation of a modlist file on/off
# Default: $true
$ENABLE_MODLIST_CREATOR_MODULE = $true
# Path to the ModListCreator's output file
$MODLIST_PATH = "$INSTANCE_ROOT/changelogs/modlist_$MODPACK_VERSION.md"


# Toggle automatic changelog generator on/off
# This module requires an older modpack manifest zip to be present,
# $LAST_MODPACK_VERSION must be set, and the manifest naming must be consistent.
Expand Down

0 comments on commit 04c627e

Please sign in to comment.