swagger-rs
swagger-rs copied to clipboard
A set of common utilities for crates generated by swagger-codegen
swagger-rs
A set of common utilities for crates generated by the rust-server
openapi-generator generator
Releasing a new version
- Run
./release-changelog.sh <version>
to update the changelog andCargo.toml
- Commit and push your changes.
- Wait for a travis build to complete successfully.
- Run
cargo publish
. - Tag the new version and push the tag.