We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2699e9 commit 7c021ffCopy full SHA for 7c021ff
release.sh
@@ -30,7 +30,7 @@ echo "Release $RELEASE_TAG does not exist"
30
31
# Get previous n versions from GitHub releases
32
echo "Fetching version history from GitHub releases..."
33
-PREVIOUS_VERSIONS=$(gh release list --limit 100 --json tagName --jq '.[].tagName' | sort -r -V | head -n 5 | sed 's/^v//')
+PREVIOUS_VERSIONS=$(gh release list --limit 100 --json tagName --jq '.[].tagName' | sort -r -V | head -n 10 | sed 's/^v//')
34
35
if [ -z "$PREVIOUS_VERSIONS" ]; then
36
echo "No previous versions found, skipping patch generation"
0 commit comments