-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Move "get-pip" URL to a separate versions.json section so commits are more clear #851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
versions.sh
Outdated
@@ -179,6 +179,9 @@ for version in "${versions[@]}"; do | |||
version: env.fullVersion, | |||
pip: { | |||
version: env.pipVersion, | |||
}, | |||
"get-pip": { | |||
version: env.getPipCommit, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this should be a full URL like pypa/get-pip@12b30d8 so GitHub shortens them to be prettier?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, full URL seems nicer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated!
… more clear This should help make commits like these more obvious at a glance (updating nothing but "get-pip"): - docker-library@4d12931: Update 3.9 - docker-library@aaced40: Update 3.8 - docker-library@597175b: Update 3.7 - docker-library@b43fc27: Update 3.12-rc - docker-library@1af036f: Update 3.11 - docker-library@00dce75: Update 3.10
Changes: - docker-library/python@1567851: Update 3.9 to get-pip pypa/get-pip@9af82b7 - docker-library/python@b78f52b: Update 3.8 to get-pip pypa/get-pip@9af82b7 - docker-library/python@eeac281: Update 3.7 to get-pip pypa/get-pip@9af82b7 - docker-library/python@2820ced: Update 3.12-rc to get-pip pypa/get-pip@9af82b7 - docker-library/python@a58630a: Update 3.11 to get-pip pypa/get-pip@9af82b7 - docker-library/python@792cac1: Update 3.10 to get-pip pypa/get-pip@9af82b7 - docker-library/python@35941ad: Merge pull request docker-library/python#851 from infosiftr/get-pip-version - docker-library/python@4c8b243: Move "get-pip" URL to a separate versions.json section so commits are more clear - docker-library/python@c2c9e9a: Merge pull request docker-library/python#852 from infosiftr/github-wut - docker-library/python@5540a45: Switch to multi-line GITHUB_OUTPUT - docker-library/python@4d12931: Update 3.9 - docker-library/python@aaced40: Update 3.8 - docker-library/python@597175b: Update 3.7 - docker-library/python@b43fc27: Update 3.12-rc - docker-library/python@1af036f: Update 3.11 - docker-library/python@00dce75: Update 3.10
Changes: - docker-library/python@c3f6aa3: Update 3.12-rc to 3.12.0rc1, pip 23.2.1 - docker-library/python@1567851: Update 3.9 to get-pip pypa/get-pip@9af82b7 - docker-library/python@b78f52b: Update 3.8 to get-pip pypa/get-pip@9af82b7 - docker-library/python@eeac281: Update 3.7 to get-pip pypa/get-pip@9af82b7 - docker-library/python@2820ced: Update 3.12-rc to get-pip pypa/get-pip@9af82b7 - docker-library/python@a58630a: Update 3.11 to get-pip pypa/get-pip@9af82b7 - docker-library/python@792cac1: Update 3.10 to get-pip pypa/get-pip@9af82b7 - docker-library/python@35941ad: Merge pull request docker-library/python#851 from infosiftr/get-pip-version - docker-library/python@4c8b243: Move "get-pip" URL to a separate versions.json section so commits are more clear - docker-library/python@c2c9e9a: Merge pull request docker-library/python#852 from infosiftr/github-wut - docker-library/python@5540a45: Switch to multi-line GITHUB_OUTPUT - docker-library/python@4d12931: Update 3.9 - docker-library/python@aaced40: Update 3.8 - docker-library/python@597175b: Update 3.7 - docker-library/python@b43fc27: Update 3.12-rc - docker-library/python@1af036f: Update 3.11 - docker-library/python@00dce75: Update 3.10
This should help make commits like these more obvious at a glance (updating nothing but "get-pip"):