How create version of a package on github and packagist? PHP Specific -


i created package laravel 4 framework , push on github , packagist.

for install it, require dev-master version on composer, have version 1.0 how can that?

in future i'll add staff on package , need upgrade version well, wich logic manage version of our package?

tag commit want release version in git repo, push tags github. works on every repo advertised. might idea stick semantic versioning, make version number 3 parts: 1.0.0, , increment them according changes.

enable post-push hook on github alert packagist when pushed - otherwise there more delay on packagist see new versions.

and should it.

please make sure instruct users require tagged version, not advise them use "dev-master". , tag new version possible if collected substantial amount of new features or bug fixes.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -