Skip to content

Commit

Permalink
Merge pull request #122 from bgilbert/vendor
Browse files Browse the repository at this point in the history
rust: test vendor tarball before releasing
  • Loading branch information
bgilbert authored May 26, 2023
2 parents c5e09b4 + 82c3ee2 commit e909d87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rust/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ Push access to the upstream repository is required in order to publish the new t

- make sure the project is clean and prepare the environment:
- [ ] Make sure `cargo-release` {% if do_vendor_tarball %}and `cargo-vendor-filterer` are{% else %}is{% endif %} up to date: `cargo install cargo-release{% if do_vendor_tarball %} cargo-vendor-filterer{% endif %}`
{%- if do_vendor_tarball %}
- [ ] `cargo vendor-filterer target/vendor`
- [ ] `cargo test --all-features --config 'source.crates-io.replace-with="vv"' --config 'source.vv.directory="target/vendor"'`
{%- else %}
- [ ] `cargo test --all-features`
{%- endif %}
- [ ] `cargo clean`
- [ ] `git clean -fd`
- [ ] `RELEASE_VER=x.y.z`
Expand Down

0 comments on commit e909d87

Please sign in to comment.