Skip to content

Commit

Permalink
automating release
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Feb 7, 2025
1 parent 6f08497 commit d76edbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/openapi-client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
swagger.json
3 changes: 3 additions & 0 deletions crates/openapi-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "1.46.0"
description = "OpenAPI client for Process Compose"
license = "Apache-2.0"
edition = "2021"
include = [
"../../src/docs/swagger.json",
]
[dependencies]
progenitor-client = { version = "0.9" }
reqwest = { version = "0.12", default-features = false, features = [
Expand Down
1 change: 1 addition & 0 deletions crates/openapi-client/publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cargo publish --package=process-compose-openapi-client

0 comments on commit d76edbd

Please sign in to comment.