[go: nahoru, domu]

Skip to content

Releases: jwodder/labelmaker

v0.5.0 — Reading `apply` repositories from a file

06 Nov 18:07
v0.5.0
Compare
Choose a tag to compare
  • The log message emitted before each API request is now emitted after the log message about sleeping before mutating requests
  • The log message emitted before each API request is now repeated on each retry attempt
  • apply: Added a --repo-file option for reading repositories to operate on from a file

v0.4.0 — More configuration formats

30 Oct 16:06
v0.4.0
Compare
Choose a tag to compare
  • Support JSON, JSON5, and YAML configuration files
  • Fix example TOML configuration in README

v0.3.0 — `make` command

24 Oct 20:24
v0.3.0
Compare
Choose a tag to compare
  • Properly normalize whitespace in label names
  • Properly normalize whitespace in descriptions
  • Added a make subcommand for creating & updating individual labels

v0.2.0 — Friendlier API usage

22 Oct 21:26
v0.2.0
Compare
Choose a tag to compare
  • Sleep between mutating API requests in order to keep them at least one second apart, as recommended by GitHub
  • Retry (with exponential backoff) requests that fail with 5xx errors or due to rate limiting
  • Log a message if no changes are made to a given repository

v0.1.0 — Initial release

19 Oct 18:30
v0.1.0
Compare
Choose a tag to compare