-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
RELEASE_PROCESS.md: build artifacts locally #13416
RELEASE_PROCESS.md: build artifacts locally #13416
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lsm5 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The current PR process for release bump has the HEAD commit which bumps version/version.go to the form `release+1-dev`. This makes Cirrus publish release artifacts with `release+1-dev` and not `release`. For example, the msi generated at https://cirrus-ci.com/task/5403901196238848 says podman-v4.0.3-dev.msi . Building locally by checking out the released tag would generate the correct artifacts and would also be faster and more convenient. [NO NEW TESTS NEEDED] Signed-off-by: Lokesh Mandvekar <[email protected]>
85ca86d
to
a3497ce
Compare
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.
LGTM
@rhatdan you should do /lgtm |
umm, I'd have preferred to wait for @mheon 's review, but I guess we can revise it once he gets back. No biggie. |
Follow up to pr#13416 Insert line breaks to get rid of the horizontal scroll bar. Resolves: containers#13416 (comment) Co-authored-by: Ashley Cui <[email protected]> Signed-off-by: Lokesh Mandvekar <[email protected]>
Follow up to pr#13416 Insert line breaks to get rid of the horizontal scroll bar. Resolves: containers#13416 (comment) Co-authored-by: Ashley Cui <[email protected]> Signed-off-by: Lokesh Mandvekar <[email protected]>
The current PR process for release bump has the HEAD commit which bumps
version/version.go to the form
release+1-dev
. This makes Cirruspublish release artifacts with
release+1-dev
and notrelease
.For example, the msi generated at https://cirrus-ci.com/task/5403901196238848
says podman-v4.0.3-dev.msi .
Building locally by checking out the released tag would generate the
correct artifacts and would also be faster and more convenient.
Signed-off-by: Lokesh Mandvekar [email protected]
@mheon @ashley-cui @TomSweeneyRedHat @rhatdan @baude PTAL
/cc @containers/podman-maintainers
DO NOT MERGE without LGTMs from @mheon and @ashley-cui