-
Notifications
You must be signed in to change notification settings - Fork 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
ci(rust): Add release workflow for rust #3027
Conversation
Signed-off-by: Xuanwo <[email protected]>
cc @Jens-G, Would you like to take a look, thanks! To make this workflow work, we also need to set a new secret call |
LGTM but I have not really too much expertise with Rust, so a second pair of eyes is more than appreciated. |
Hi, @Jens-G, it seems no one else has reviewed this yet. However, this workflow has been successfully used in many other projects. For example:
Would this be valuable for your review? |
this |
Yes. We will need one of our PMC members to contact with the INFRA team to get it setup. |
We can take those tickets as examples: |
Thank you, @Jens-G, for this! |
INFRA has added the token. |
Thanks! |
This PR adds release workflow for rust which will do
cargo publish
while tagged.[skip ci]
anywhere in the commit message to free up build resources.