juniper/juniper
Christian Legnitto 2502c1b6da Set up some release automation.
Partially fixes https://github.com/graphql-rust/juniper/issues/248.

* Install `cargo-release`. (currently need a patched one with https://github.com/sunng87/cargo-release/pull/74)
* Run `cargo make release-dry-run` to do a dry run of a release
* Run `cargo make release` to do a minor versioned release of every crate
* Run `cargo make release-patch` to do a patch release of every crate

To only release one crate:
* Change directories into the desired crate
* Point `cargo-make` to the workspace-level Makefile when running a command. For example, `cargo make --makefile ../Makefile.toml release-dry-run`.

From the workspace root, run `cargo
2018-12-17 13:45:56 -08:00
..
benches Run rust fmt. 2018-05-03 07:38:10 +02:00
src Make rust 1.28 minimum supported version (#285) 2018-12-03 17:28:49 -08:00
test Make operation_name public (#265) 2018-10-23 06:09:39 -06:00
Cargo.toml Bump version 2018-12-17 13:11:21 -08:00
Makefile.toml Set up some release automation. 2018-12-17 13:45:56 -08:00
release.toml Set up some release automation. 2018-12-17 13:45:56 -08:00