Gitify
Gitify copied to clipboard
extras versionnumber in .gitify get no result
hello, I add the versionnumber inside .gitify file like the following:
packages:
modmore.com:
service_url: https://rest.modmore.com/
credential_file: '.modmore.com.key'
packages:
- contentblocks-1.10.0-pl
- redactor-3.1.0-pl
Now when i run Gitify package:install --all nothing is found.
If is use only contentblocks i.e. i get the version 1.8.15-pl and not the latest 1.10.0-pl. Is there something that i miss or is it not possible at the moment?
Maybe it is a duplicate of #353. Gitify version: 0.12.0
Gitify currently doesn't support installing specific versions... you're probably getting 1.8.15 there because that's the first match in the provider. Packages support could definitely use some love.
Also see #262 and #327