0
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2025-04-06 10:39:26 +03:00

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
No known key found for this signature in database
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)