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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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..70}{,.0} ${patch_releases[@]} | sort -V
}
base=$(git rev-parse HEAD)