Version Composer Packages
Closed this issue · 2 comments
mrardon commented
I see you all are using versions properly for feature releases but aren't taking advantage of them for composer.
It would be nice if instead of using dev-master
I could say 1.*
or something like it. Not sure if you all are familiar with http://semver.org/ but it would be a good place to start.
I think you just have to tag the release in git for it to be addressable in this manner.
Thanks!
fundead commented
Neat, thanks for the reminder on this. The latest master's been tagged with 1.2.1, so as you say replacing dev-master with 1.* grabs it. I'll be sure to keep the builds tagged from now on. Cheers!
mrardon commented
Great to hear, thanks!