Add changelog entries
nexus_add_changelogAdd changelog text to a specific mod version on Nexus Mods. Entries append instead of replacing, so call it again to add more lines.
Instructions
Append changelog text for a version of one of your mods. Additive only: calling it twice for the same version appends, it does not replace. Write operation (NEXUS_ALLOW_WRITES=true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mod_id | Yes | Numeric mod id (visible in the page URL) | |
| version | Yes | Version the entries apply to | |
| changelog | Yes | Changelog text | |
| game_domain_name | No | Game domain, e.g. "skyrimspecialedition". Default: "mountandblade2bannerlord" |