mochi-753/MC Mod Release
GitHub Action for creating CurseForge/Modrinth Releases.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| change_log | The contents of the changelog provided to CurseForge and Modrinth. | no | — |
| change_log_path | The path where the changelogs provided to CurseForge and Modrinth are stored. | no | — |
| change_log_type | The format used for changelogs on CurseForge. You can specify "text", "HTML", or "Markdown". | no | text |
| name | The actual names of the mods as they appear on the CurseForge and Modrinth websites. | yes | — |
| version_number | The mod version number displayed in Modrinth. | no | — |
| release_type | Mod release types. You can specify “release”, “beta” or “alpha”. | no | release |
| mc_versions | A list of Minecraft versions supported by the mod. You can select multiple versions. | yes | — |
| loaders | A list of mod loaders supported by this mod. If the mod supports multiple loaders, you can specify more than one. | yes | — |
| side | The logical side supported by the mod. You can specify either “client” or “server”, or both. | yes | client server |
| manual_release | When releasing on CurseForge, whether the author manually publishes the release. Specified as a boolean. | no | false |
| curseforge_dependencies | Mod dependencies on CurseForge. They must follow a specific format. | no | — |
| curseforge_dependencies_path | The path to the file containing the mod dependencies on CurseForge (we recommend a JSON file). They must follow a specific format. | no | — |
| curseforge_project_id | Project ID on CurseForge. If this value is set, the release feature to CurseForge will be automatically enabled. | no | — |
| curseforge_token | CurseForge API token. You can also set this using the “CURSEFORGE_TOKEN” environment variable. | no | — |
| modrinth_dependencies | Mod dependencies on Modrinth. They must follow a specific format. | no | — |
| modrinth_dependencies_path | The path to the file containing the mod dependencies on Modrinth (we recommend a JSON file). They must follow a specific format. | no | — |
| modrinth_project_id | Project ID on Modrinth. If this value is set, the release feature to Modrinth will be automatically enabled. | no | — |
| modrinth_token | Modrinth API token. You can also set this using the “MODRINTH_TOKEN” environment variable. | no | — |
Outputs
no outputs