I recently added a package to composer with correct tags and all stuff that needs to make it work. Whenever I try to require this package or update an installation it won't install my earliest tag, but exactly one older.
The package can be found here: https://packagist.org/packages/gumnet/magento-2-automatic-cancel-pending-orders
For now I made a workaround always creating one more tag after an update and clients get the updated code, but that's not the best option.
Anyone can help me with that ?
Thanks !