Skip to content

Commit

Permalink
fix readme group categorisation
Browse files Browse the repository at this point in the history
  • Loading branch information
ImreSamu committed Jul 3, 2024
1 parent 578c4f0 commit 8de5930
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion versions.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ for version in "${versions[@]}"; do
if [ -n "$bundleType" ]; then
readme_group="$bundleType"
bundleTypeTags="-${bundleType}"
elif [[ "recent" == "$postgisVersion" ]]; then
elif [[ ${postgresLastMainTags[$postgresVersion]} =~ ^[0-9]+$ ]] && [[ "$postgisVersion" == "recent" ]]; then
readme_group="recent"
elif [[ ${mainTags} =~ [a-zA-Z] ]]; then
readme_group="test"
Expand Down

0 comments on commit 8de5930

Please sign in to comment.