mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
deployment: Update urls
This commit is contained in:
@@ -34,14 +34,15 @@ public class Main {
|
|||||||
"New version of "+configuration.projectName(),
|
"New version of "+configuration.projectName(),
|
||||||
"""
|
"""
|
||||||
**Version:** %s
|
**Version:** %s
|
||||||
**Commit:** %s
|
|
||||||
**Channel:** %s
|
**Channel:** %s
|
||||||
|
**Commit:** [%s](https://github.com/FancyMcPlugins/fancyplugins/commit/%s)
|
||||||
**Download:** %s
|
**Download:** %s
|
||||||
""".formatted(
|
""".formatted(
|
||||||
configuration.readVersion(),
|
configuration.readVersion(),
|
||||||
GitService.getCommitHash(),
|
GitService.getCommitHash().substring(0, 7),
|
||||||
configuration.channel(),
|
configuration.channel(),
|
||||||
"https://modrinth.com/plugin/"+configuration.projectName()+"/versions/"+configuration.readVersion()),
|
"https://modrinth.com/plugin/"+configuration.projectName()+"/version/"+configuration.readVersion()),
|
||||||
|
|
||||||
0x00FF00
|
0x00FF00
|
||||||
)
|
)
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user