Skip to content

Commit d8b9fc8

Browse files
chore(release): v2.0.1 — limit auto release notes to last 5 commits
1 parent 5e0c336 commit d8b9fc8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@ jobs:
175175
echo "## wolwo v${{ steps.version.outputs.version }}"
176176
echo ""
177177
if [[ -n "$LAST_TAG" ]]; then
178-
echo "### Changes since \`$LAST_TAG\`"
178+
echo "### Recent changes (last 5 commits since \`$LAST_TAG\`)"
179179
echo ""
180-
git log "${LAST_TAG}..HEAD" --pretty=format:"- %s (%h)" --no-merges
180+
git log "${LAST_TAG}..HEAD" --pretty=format:"- %s (%h)" --no-merges -5
181181
else
182182
echo "### Recent commits"
183183
echo ""
184-
git log --pretty=format:"- %s (%h)" --no-merges -25
184+
git log --pretty=format:"- %s (%h)" --no-merges -5
185185
fi
186186
echo ""
187187
echo ""

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: wolwo
22
description: A free, beautiful, open-source 4K wallpaper app.
33
publish_to: "none"
44

5-
version: 2.0.0+1
5+
version: 2.0.1+2
66

77
environment:
88
sdk: ">=3.5.0 <4.0.0"

0 commit comments

Comments
 (0)