shivas / versioning-bundle

Simple way to version (semantic versioning 2.0.0) your Symfony2/3/4/5/6 application
MIT License
112 stars 30 forks source link

Capistrano Handler generates error #20

Closed wassafr closed 7 years ago

wassafr commented 7 years ago

When trying to bump :

[RuntimeException]                                         
  Capistrano tag handler describe returned no valid version

I don't want to use Capistrano. Before the Capistrano Handlor was included, the Git Handler worked like a charm.

php bin/console app:version:bump -l
Registered Version handlers
 ============ ========== ===================================== =========== 
  Alias        Priority   Name                                  Supported  
 ============ ========== ===================================== =========== 
  capistrano   50         Capistrano tag handler                No         
  git          0          Git tag describe handler              Yes        
  parameter    -50        parameters.yml file version handler   No         
  init         -100       Initial version (0.1.0) handler       Yes        
 ============ ========== ===================================== =========== 
shivas commented 7 years ago

try dev-master branch ( and let me know if it works), or you can drop capistrano priority in container for a while, or switch to version before capistrano was introduced.

either way, let me know if it works fine with dev-master version, currently have no way to check things out,

itaelle commented 7 years ago

I can confirm switching to dev-master "fixes" the issue.