diff --git a/Cargo.toml b/Cargo.toml index 562078a..a4982d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "uniffi-bindgen-java" version = "0.1.0" authors = ["IronCore Labs "] readme = "README.md" -license = "mpl-2.0" +license = "MPL-2.0" repository = "https://github.com/IronCoreLabs/uniffi-bindgen-java" documentation = "https://docs.rs/uniffi-bindgen-java" keywords = [ diff --git a/RELEASING.md b/RELEASING.md index a173441..7d47697 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1 +1,2 @@ To release a new version create a `CHANGELOG.md` entry, bump the `Cargo.toml` version, create a matching tag, and push all of the above. +Then run the [release action](https://github.com/IronCoreLabs/uniffi-bindgen-java/actions/workflows/release.yml) to release the crate to `crates.io`.