"Automatic Cucumber tag update" not triggered for 2 years #260
Open
Description
Context
- I was looking at the
composer.json
file and saw a declared repository cucumber/cucumber - Because curiosity, I followed the link ... which redirected me to cucumber/common 🤔
- Thus, I dove into the github actions
.github/workflows/update.yaml
+bin/update_cucumber
.
Apparently it createsAutomatic Cucumber tag update to <TAG>
.
Problem
When looking at the real cucumber/gherkin repo, I found that the last tag is 29.0 from 3 weeks ago.
But the composer.json
is using the 24.0 from 2 years ago 😨.
There is probably something to watch & update there, isn't it ?