Closed conny-nyman closed 4 years ago
I've added tags, would you mind checking I've done so correctly and am adhering to best practice? Thanks!
The tags are correct and they currently follow the semantic versioning conventions/rules. If this project supports semantic versioning, it could be good to mention it in the readme somewhere.
As the tags are fixed now I will close the issue. Thanks! :+1:
This repository have different branches available (
3.0
,3.1
,4.0
andmaster
) but no tags.Currently you need to require
dev-master
in composer in order to get the latest version (as the 4.0 branch is behind master.), and right now the code onmaster
is compatible with SS 4, but if this module would start supporting SS 5 in the future with breaking changes, then running acomposer update
command would make composer throw errors. (If running composer update in a SS 4 project)Adding tags makes it safe to run
composer update
in any project without worrying about incompatible versions (as long as semantic versioning is followed ofc.).