mirror of https://github.com/hannobraun/Fornjot
3953cc3c86
Bumps the cargo group with 3 updates: [thiserror](https://github.com/dtolnay/thiserror), [semver](https://github.com/dtolnay/semver) and [serde](https://github.com/serde-rs/serde). Updates `thiserror` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.6...2.0.7) Updates `semver` from 1.0.23 to 1.0.24 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.23...1.0.24) Updates `serde` from 1.0.215 to 1.0.216 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde 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 |
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.