mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-04-04 11:44:13 +02:00
ci: updated changelog message
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
0efc19ed72
commit
046859414a
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ modrinth {
|
|||
gameVersions.addAll(listOf(project.ext["minecraft.version"] as String)) // Must be an array, even with only one version
|
||||
loaders.add("fabric") // Must also be an array - no need to specify this if you're using Loom or ForgeGradle
|
||||
changelog.set(
|
||||
"Changelog v$mavenVersion\nCheckout the changelog [here](${System.getenv("GITHUB_SERVER_URL") ?: ""}/${
|
||||
"Changelog v$mavenVersion\n\nCheckout the changelog [on codeberg](${System.getenv("GITHUB_SERVER_URL") ?: ""}/${
|
||||
System.getenv(
|
||||
"GITHUB_REPOSITORY"
|
||||
) ?: ""
|
||||
|
|
Loading…
Add table
Reference in a new issue