v3.2.0
You can search for any text (and not just `.only`) by passing the parameter `--text`. For example, to find stray ".pause()" commands left in your specs, you can do ```text stop-only --folder specs --text '.pause()' ``` * feat: add --text support * only run the release job on master branch