Fornjot/tools/automator
dependabot[bot] 3846390ba9 Bump the cargo group with 4 updates
(Amended by @hannobraun to remove the breaking `raw-window-handle`
update.)

Bumps the cargo group with 4 updates: [num-traits](https://github.com/rust-num/num-traits), [raw-window-handle](https://github.com/rust-windowing/raw-window-handle), [octocrab](https://github.com/XAMPPRocky/octocrab) and [tokio](https://github.com/tokio-rs/tokio).

Updates `num-traits` from 0.2.16 to 0.2.17
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.16...num-traits-0.2.17)

Updates `raw-window-handle` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/rust-windowing/raw-window-handle/releases)
- [Changelog](https://github.com/rust-windowing/raw-window-handle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-windowing/raw-window-handle/compare/v0.5.2...v0.6.0)

Updates `octocrab` from 0.31.0 to 0.31.1
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/octocrab/compare/v0.31.0...v0.31.1)

Updates `tokio` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.32.0...tokio-1.33.0)

---
updated-dependencies:
- dependency-name: num-traits
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: raw-window-handle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>

WIP
2023-10-09 16:23:24 +02:00
..
src Add support for generating sponsor update post 2023-07-04 12:17:37 +02:00
Cargo.toml Bump the cargo group with 4 updates 2023-10-09 16:23:24 +02: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.