Catana Documentation
  • 🐱Overview
    • Introduction
    • Installation
  • 📖Core concepts
    • Regular and expiring TODOs
    • Assigning TODOs
    • Create, update and delete
    • Validation
    • Ignored TODOs
  • 🔔Triggers
    • Overview
    • Date
    • GitHub Issue closed
    • GitHub Pull Request closed
    • Ruby Gem released
    • Ruby Gem upgraded
    • Ruby Version released
    • Ruby Version upgraded
  • 🤖Commands
    • Overview
    • Done
    • Bump
    • Link
  • 🔗Grouped TODOs
    • Overview
  • ⚙️Configuration
    • Open GitHub issues
    • Enforce expiring TODOs
    • Rules
    • Exclusion list
Powered by GitBook
On this page
  • Usage with a syntax
  • Usage when detected automatically

Was this helpful?

  1. Triggers

Ruby Version released

PreviousRuby Gem upgradedNextRuby Version upgraded

Last updated 6 months ago

Was this helpful?

Use the Ruby released trigger to expire a TODO when a new version of the Ruby language gets a new release.

Usage with a syntax

➡️ TODO(on:ruby_release('> 3.2'))

Examples

Expire a TODO when Ruby 3.3.0 is released

➡️ TODO(on:ruby_release('3.3'))

Usage when detected automatically

Examples

TODO: Change our CI matrix when Ruby 3.4 is released Equivalent to: ruby_release('3.4')

🔔