Aoe_Profiler
Aoe_Profiler copied to clipboard
Create a release once in a while
When using composer to add the Aoe_Profiler module, the only way to add a recent version is to use dev-master. The problem with this is, is that by default composer does not allow caching of individual commits, only for tags.
This can be resolved by creating a release once in a while.
Could you please consider doing this?
Thanks!
BTW I can imagine there is a reason for not creating release tags.
NB It is possible to force composer to cache individual commits (for github at least) by supplying the --prefer-dist
option to various composer commands. In my experience however, everyone forgets to do this.
+1!