mirror of
https://github.com/xpipe-io/xpipe.git
synced 2025-04-17 09:43:37 +00:00
[stage]
This commit is contained in:
parent
096cb9252f
commit
c3de1d599b
1 changed files with 1 additions and 1 deletions
2
dist/build.gradle
vendored
2
dist/build.gradle
vendored
|
@ -47,7 +47,7 @@ task createDiscordChangelog(type: DefaultTask) {
|
|||
doLast {
|
||||
def template = file("$projectDir/misc/discord.md").text
|
||||
def argument = incrementalChangelogFile.exists() ? incrementalChangelogFile.text : changelogFile.text
|
||||
def text = template.formatted(productName, version, argument, kebapProductName)
|
||||
def text = template.formatted(productName, versionString, argument, productName, kebapProductName)
|
||||
def dir = layout.buildDirectory.dir("dist/release").get()
|
||||
mkdir(dir)
|
||||
def target = dir.file("discord-changelog.md").asFile
|
||||
|
|
Loading…
Add table
Reference in a new issue