From 51e7d81a38de12a9cc99c2c67a8a7ea643581bb4 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Tue, 22 Jan 2019 17:55:57 +0100 Subject: [PATCH] Add instructions for publishing the crates --- library/stdarch/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/library/stdarch/README.md b/library/stdarch/README.md index f44746627ee4..cbee128e4f5d 100644 --- a/library/stdarch/README.md +++ b/library/stdarch/README.md @@ -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