Skip to content

A set of common utilities for crates generated by swagger-codegen

License

Notifications You must be signed in to change notification settings

Metaswitch/swagger-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dsteeleymthebridgetofay
Dec 10, 2024
93db380 · Dec 10, 2024
Apr 29, 2021
Dec 10, 2024
Jul 20, 2017
Mar 17, 2021
Dec 10, 2024
Oct 1, 2018
Dec 10, 2024
Aug 2, 2017
Oct 1, 2018
Jan 21, 2019
Aug 14, 2019
Feb 1, 2022

Repository files navigation

swagger-rs

Build Status crates.io

A set of common utilities for crates generated by the rust-server openapi-generator generator

Releasing a new version

  1. Run ./release-changelog.sh <version> to update the changelog and Cargo.toml
  2. Commit and push your changes.
  3. Wait for a travis build to complete successfully.
  4. Run cargo publish.
  5. Tag the new version and push the tag.