Fornjot/tools/automator
dependabot[bot] ff2083f73b
Bump the cargo group with 3 updates
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>
2025-02-03 12:42:34 +00:00
..
src Remove unused automation code 2024-05-06 12:38:41 +02:00
Cargo.toml Bump the cargo group with 3 updates 2025-02-03 12:42:34 +00:00
README.md Update README.md 2023-02-24 16:39:10 +01:00

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.