I want to release a custom kirbytag via composer, this means my tag has to go inside its own folder.
It seems that unlike with plugins tags do not work if they are put inside a folder that has the same name as the main .php file.
Works:
site/plugins/my-plugin.php
site/plugins/my-plugin/my-plugin.php
site/tags/my-tag.php
Does not work:
site/tags/my-tag/my-tag.php
Created an Issue here: https://github.com/getkirby/kirby/issues/630