Add instructions for publishing the crates

This commit is contained in:
gnzlbg
2019-01-22 17:55:57 +01:00
committed by gnzlbg
parent 691c93f600
commit 51e7d81a38
+8
View File
@@ -13,6 +13,14 @@ View the README's of:
The `std::simd` component now lives in the
[`packed_simd`](https://github.com/rust-lang-nursery/packed_simd) crate.
# How to do a release
To do a release of the `core_arch` and `std_detect` crates,
* comment out the `dev-dependencies` in their `Cargo.toml` files (due to
https://github.com/rust-lang/cargo/issues/4242),
* publish the crates.
[travis]: https://travis-ci.org/rust-lang-nursery/stdsimd
[Travis-CI Status]: https://travis-ci.org/rust-lang-nursery/stdsimd.svg?branch=master
[appveyor]: https://ci.appveyor.com/project/rust-lang-libs/stdsimd/branch/master