File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ""
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: wolwo
22description : A free, beautiful, open-source 4K wallpaper app.
33publish_to : " none"
44
5- version : 2.0.0+1
5+ version : 2.0.1+2
66
77environment :
88 sdk : " >=3.5.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments