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

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.