mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-08 16:25:52 +00:00
ff2083f73b
Bumps the cargo group with 3 updates: [threemf](https://github.com/hannobraun/3mf-rs), [serde_json](https://github.com/serde-rs/json) and [tempfile](https://github.com/Stebalien/tempfile). Updates `threemf` from 0.6.0 to 0.7.0 - [Changelog](https://github.com/hannobraun/3mf-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/hannobraun/3mf-rs/compare/v0.6.0...v0.7.0) Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.137...v1.0.138) Updates `tempfile` from 3.15.0 to 3.16.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.15.0...v3.16.0) --- updated-dependencies: - dependency-name: threemf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor 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.