-
Notifications
You must be signed in to change notification settings - Fork 24
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
Document Release process. #657
Comments
|
I still think #432 could make a lot of sense, just as a way to more aggressively consolidate things. |
No need to update the create? I see it has not been updated in a while... but if we are folding it maybe we deprecate it in creates.io |
Nothing uses this as a crate, yeah I haven't been updating it. |
thank you, I'll document this and get the release ball rolling everywhere. |
using
But I see in the previous release these files: do you just rename And the create is just uploading after running |
I think you need to have created the git tag first locally, so the xtask knows to use it. |
sadly that does not help. This is my draft:
but it seems that the tarball does not have the vendored libraries? Need some magic from cargo vendor or cargo vendor filtered? |
Right, for this project we produce two tarballs; one which is a git snapshot and one which includes the vendored sources separately. This is distinct from what we do in rpm-ostree today. I'd like to switch to having a separate vendored tarball snapshot as I think it's a lot clearer. bootc works the same way. |
Forgot to add that I ended doing
Finally attach the Will add a RELEASE.md with the steps. |
I had started this effort in coreos/repo-templates#30 / coreos/repo-templates#40. Likely need an update. |
Similar to ostree and rpm-ostree we should have a RELEASE.md documenting how to do a release process here.
The text was updated successfully, but these errors were encountered: