Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 13:47
c01298a

1.0.0 (2024-08-28)

This release adds support for CRON schedules. CRON schedules (--cron) and intervals (--interval) can be combined multiple times for complex scheduling:

$ tgtg --interval 5m --cron "0 0 0 * * ?" --cron "0 0 12 * * ?"

⚠ BREAKING CHANGES

  • The --server flag is deprecated. Use --interval or --cron options instead. When not used with --interval or --cron, it will use a default of 5 minutes.

Features

  • add support for CRON schedules (#85) (522275f)
  • allow combining multiple intervals and CRON schedules (#85) (522275f)