ColorJizz-PHP icon indicating copy to clipboard operation
ColorJizz-PHP copied to clipboard

Add version tags for composer

Open davidgorges opened this issue 10 years ago • 5 comments

Please add a version tag to the repository. That would allow us to require that specific version in composer. Right now we are forced to use dev-master.

davidgorges avatar Feb 26 '15 18:02 davidgorges

:+1:

mablae avatar Feb 07 '16 11:02 mablae

That would be nice to have a 1.0.0. released so we don't need to pin on specific commits. Any news on that ?

PowerKiKi avatar Oct 28 '16 10:10 PowerKiKi

would be nice for me too.

digilist avatar Nov 18 '16 14:11 digilist

Not having a version makes it very difficult to use this module in composer. It's stability level is "dev", which means you have to change your "minimum stability".

To create a version you would just need to create a tag and push it to github. Then it will show up on packagist.

@mikeemoo could you create a tag with the current version? e.g.:

git tag 0.1.0 361b8a8727d13b67cb593a936a715ad2204ececb
git push --tags

njam avatar Dec 02 '16 14:12 njam

Awesome that the 1.0.0 tag was released, but the packagist repository hasn't been updated with the tag, so composer still can't resolve the minimum stability as stable

Packagist is supposed to periodically crawl the repos for updates, but it apparently hasn't done so it almost a year. Probably best to setup a Github service hook.

jpuck avatar Jan 30 '17 16:01 jpuck