Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod publish upload changes #977

Merged

Conversation

LifeIsAParadox
Copy link
Member

fixes #974

@LifeIsAParadox LifeIsAParadox added this to the 1.23.0 milestone Sep 1, 2024
@LifeIsAParadox LifeIsAParadox added the reviews needed This PR needs reviews label Sep 1, 2024
@LifeIsAParadox LifeIsAParadox changed the title Update build.gradle mod publish upload changes Sep 1, 2024
}

discord {
webhookUrl = System.getenv("DISCORD_WEBHOOK")
username = "Changelog"
content = changelog.map { "<@&1134565945482948638>\n## ${displayName}\n" + it}
content = changelog.map { "<@&1134565945482948638>\n## Skyblocker v${mod_version} for ${minecraft_version}\n" + it}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the v here is intentional?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, when I last asked it was to help separate the mod version from the Minecraft version.

@LifeIsAParadox LifeIsAParadox added merge me please Pull requests that are ready to merge and removed reviews needed This PR needs reviews labels Sep 1, 2024
@AzureAaron AzureAaron modified the milestones: 1.23.0, 1.22.2 Sep 1, 2024
@LifeIsAParadox LifeIsAParadox merged commit c8c0830 into SkyblockerMod:master Sep 2, 2024
1 check passed
@LifeIsAParadox LifeIsAParadox removed the merge me please Pull requests that are ready to merge label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mod Publishing TODOs
3 participants