Predefine branches up to 1.100

This commit is contained in:
David Tolnay 2025-03-14 20:08:14 -07:00
parent c5a29ddb4d
commit 888c2e1ea6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: F9BA143B95FF6D82

View file

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