Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.0 #86

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 28, 2024

🤖 I have created a release beep boop

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)

This PR was generated with Release Please. See documentation.

@hugo-vrijswijk hugo-vrijswijk enabled auto-merge (squash) August 28, 2024 13:47
@hugo-vrijswijk hugo-vrijswijk merged commit c01298a into main Aug 28, 2024
1 check passed
@hugo-vrijswijk hugo-vrijswijk deleted the release-please--branches--main branch August 28, 2024 13:47
Copy link
Contributor Author

🤖 Created releases:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant