codeigniter4 / tasks

Task Scheduler for CodeIgnter 4
https://tasks.codeigniter.com/
MIT License
94 stars 21 forks source link

why are there no tagged releases #166

Closed twinklebob closed 3 months ago

twinklebob commented 3 months ago

I can't install using composer as there are no tagged releases and there's not a chance in hell I'm putting "dev-develop" into production as there's no guarantee that every server involved will pull down the same version of the code. Is there a particular reason that there are no tagged releases that composer can make use of?

kenjis commented 3 months ago

Because it is not yet released. You can install the exact same version with composer.lock. Learn how composer works.