diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-05-29 14:01:02 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-05-29 14:09:20 +0800 |
| commit | 9573fa31d25b734eed84785aa2b89c9fc7ea9d74 (patch) | |
| tree | 7a24f971c122d6263fcbe29a3b304d10faa99389 | |
| parent | a3320ce2a0650050e2bf584a0d666b5b21086fe8 (diff) | |
| download | RoughlyEnoughItems-9573fa31d25b734eed84785aa2b89c9fc7ea9d74.tar.gz RoughlyEnoughItems-9573fa31d25b734eed84785aa2b89c9fc7ea9d74.tar.bz2 RoughlyEnoughItems-9573fa31d25b734eed84785aa2b89c9fc7ea9d74.zip | |
Fix #1337
| -rwxr-xr-x | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 045aacc37..18a3a4456 100755 --- a/build.gradle +++ b/build.gradle @@ -141,7 +141,7 @@ task releaseOnCf { } def time = df.format(new Date()) def changes = new StringBuilder() - changes << "## REI v$project.version for $project.supported_version\nUpdated at **$time**.\n" + changes << "## REI v$project.version for $project.supported_version\nUpdated at **$time**.\n[Click here for changelog](https://www.github.com/shedaniel/RoughlyEnoughItems/commits/$branch)" def proc = "git log --max-count=200 --pretty=format:%s".execute() proc.in.eachLine { line -> def processedLine = line.toString() |
