Merge pull request #38 from dtolnay/minor

Add branches for minor versions
This commit is contained in:
David Tolnay 2022-10-25 09:06:14 -07:00 committed by GitHub
commit 026b841fe4
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: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ patch_releases=(
) )
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) base=$(git rev-parse HEAD)