mirror of
https://github.com/hannobraun/Fornjot
synced 2025-06-10 03:51:37 +00:00
Bumps the cargo group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [parking_lot](https://github.com/Amanieu/parking_lot) and [reqwest](https://github.com/seanmonstar/reqwest). Updates `clap` from 4.5.38 to 4.5.39 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.38...clap_complete-v4.5.39) Updates `parking_lot` from 0.12.3 to 0.12.4 - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.3...parking_lot-v0.12.4) Updates `reqwest` from 0.12.15 to 0.12.18 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.15...v0.12.18) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: parking_lot dependency-version: 0.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: reqwest dependency-version: 0.12.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
automator
CLI tool that automates Fornjot development tasks (mostly release automation).
Usage
Install automator
, so you can use it in other repositories (most relevantly, the website repository):
cargo install --path tools/automator/
To learn how to use it, run the following command:
automator --help
Please also refer to the release procedure, which is the main use case for automator
, as of this writing.