Skip to content

Commit

Permalink
feat(#6): inline
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 22, 2024
1 parent e67f5d1 commit b279082
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ release:
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" server/Cargo.toml
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" cli/Cargo.toml
cd github-mirror && \
sudo npm install @openapitools/openapi-generator-cli -g && \
sudo openapi-generator-cli generate -i github.yml -g rust -o .
cd github-mirror && sudo npm install @openapitools/openapi-generator-cli -g && sudo openapi-generator-cli generate -i github.yml -g rust -o .
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" github-mirror/Cargo.toml
cargo --color=never test
cargo +nightly fmt --check -- --color=never
Expand Down

0 comments on commit b279082

Please sign in to comment.