Closed kotlasaicharanreddy closed 1 year ago
Problem description Currently Cargo publish just does a dry run by default even in the main release. In the documentation they have provided an -x of --execute flag for actual release.
-x
--execute
Problem location https://github.com/pravega/pravega-client-rust/blob/7ec97a8010a3941dfda8425aecd2bff066af43f4/.github/workflows/publish_check.yml#L48
Suggestions for an improvement Provide an -x flag.
Problem description Currently Cargo publish just does a dry run by default even in the main release. In the documentation they have provided an
-x
of--execute
flag for actual release.Problem location https://github.com/pravega/pravega-client-rust/blob/7ec97a8010a3941dfda8425aecd2bff066af43f4/.github/workflows/publish_check.yml#L48
Suggestions for an improvement Provide an
-x
flag.