mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56:33 +02:00
Add branches for minor versions
This commit is contained in:
parent
d593a44386
commit
0a0bbf0bcf
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ patch_releases=(
|
|||
)
|
||||
|
||||
releases() {
|
||||
printf "%s\n" 1.{0..70}.0 ${patch_releases[@]} | sort -V
|
||||
printf "%s\n" 1.{0..70}{,.0} ${patch_releases[@]} | sort -V
|
||||
}
|
||||
|
||||
base=$(git rev-parse HEAD)
|
||||
|
|
Loading…
Reference in a new issue