There was an error while loading. Please reload this page.
1 parent e208a31 commit 393d7b6Copy full SHA for 393d7b6
1 file changed
.github/workflows/release.yml
@@ -28,11 +28,11 @@ jobs:
28
echo -e "> ⚠️ First Release – no comparison with previous tag possible.\n" > release_body.md
29
else
30
RANGE="$PREV_TAG..$CURR_TAG"
31
- echo -e "> 🔍 Comparison: [\`$PREV_TAG\` → \`$CURR_TAG\`](https://github.com/MSK-Scripts/msk-shop/compare/$PREV_TAG...$CURR_TAG)\n" > release_body.md
+ echo -e "> 🔍 Comparison: [\`$PREV_TAG\` → \`$CURR_TAG\`](https://github.com/MSK-Scripts/msk-shortener/compare/$PREV_TAG...$CURR_TAG)\n" > release_body.md
32
fi
33
34
# Commits
35
- REPO="MSK-Scripts/msk-shop"
+ REPO="MSK-Scripts/msk-shortener"
36
echo "## 📝 Commits" >> release_body.md
37
git log $RANGE --pretty=format:"%H %s (%an)" | while read hash rest; do
38
SHORT=$(echo $hash | cut -c1-7)
0 commit comments