Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.11 KB

File metadata and controls

28 lines (16 loc) · 1.11 KB

Ruby Version released

{% hint style="info" %} Use the Ruby released trigger to expire a TODO when a new version of the Ruby language gets a new release. {% endhint %}

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')