aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYasin <LifeIsAParadox@users.noreply.github.com>2024-03-24 20:35:03 +0100
committerGitHub <noreply@github.com>2024-03-24 20:35:03 +0100
commit126f13afaf08c0a3c303793266da572447de4bfe (patch)
treefb9c6068b20d492f0a2e241776b2881c37ca2f09 /.github
parent04ffc8b5ca96df1dbf294a2ef2984d0c5cb2a80e (diff)
parent569467b214a77db69b312e5f25a76e0941ea52ae (diff)
downloadSkyblocker-126f13afaf08c0a3c303793266da572447de4bfe.tar.gz
Skyblocker-126f13afaf08c0a3c303793266da572447de4bfe.tar.bz2
Skyblocker-126f13afaf08c0a3c303793266da572447de4bfe.zip
Merge pull request #612 from LifeIsAParadox/update-mod-to-1.19.0
Update mod to 1.19.0
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/crash_report.yml2
-rw-r--r--.github/workflows/buildrelease.yml4
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index a5226bb2..6ffca898 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -43,7 +43,7 @@ body:
attributes:
label: Skyblocker Version
description: What version of Skyblocker are you running? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder.
- placeholder: ex. skyblocker-1.17.0+1.20.4.jar
+ placeholder: ex. skyblocker-1.19.0+1.20.4.jar
validations:
required: true
- type: textarea
diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml
index e29e0950..7135848d 100644
--- a/.github/ISSUE_TEMPLATE/crash_report.yml
+++ b/.github/ISSUE_TEMPLATE/crash_report.yml
@@ -24,7 +24,7 @@ body:
attributes:
label: Skyblocker Version
description: What version of Skyblocker are you running? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder.
- placeholder: ex. skyblocker-1.17.0+1.20.4.jar
+ placeholder: ex. skyblocker-1.19.0+1.20.4.jar
validations:
required: true
- type: textarea
diff --git a/.github/workflows/buildrelease.yml b/.github/workflows/buildrelease.yml
index 8dca761f..e2c5fe9f 100644
--- a/.github/workflows/buildrelease.yml
+++ b/.github/workflows/buildrelease.yml
@@ -46,7 +46,7 @@ jobs:
delimiter="$(openssl rand -hex 8)"
{
echo "changelog<<${delimiter}"
- echo "$CHANGELOGtmp"
+ echo "$CHANGELOG"
echo "${delimiter}"
} >> $GITHUB_OUTPUT
@@ -54,7 +54,7 @@ jobs:
changelog="${CHANGELOG}"
highlight_section=$(echo "$changelog" | awk '/## Highlight/{flag=1;next}/^$/{flag=0}flag')
- highlight_section="# Highlight\n$highlight_section\n\nhttps://hysky.de/"
+ highlight_section=$'# Highlight\n'"$highlight_section"$'\n\nhttps://hysky.de/'
# Format highlight_section with printf
highlight_section=$(printf "%s" "$highlight_section")