Predefine branches up to 1.80

This commit is contained in:
David Tolnay 2023-06-19 11:00:47 -07:00
parent b051cf32dc
commit 1f5cdb56c8
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ patch_releases=(
)
releases() {
printf "%s\n" 1.{0..70}.0 ${patch_releases[@]} | sort -V
printf "%s\n" 1.{0..80}.0 ${patch_releases[@]} | sort -V
}
base=$(git rev-parse HEAD)