ScreamingDev / phpsemver

Check if your changes are a major change, minor change or just a patch.
MIT License
27 stars 0 forks source link

Reporting changes, but nothing has change #35

Open celorodovalho opened 8 years ago

celorodovalho commented 8 years ago

I'm using the command ./vendor/sourcerer-mike/phpsemver/bin/phpsemver compare --type git HEAD ./src/MainBundle

and having the result: +-------+---------------------------------------------------------------------+ | Level | Message | +-------+---------------------------------------------------------------------+ | major | AppCache removed | | major | AppKernel removed | | major | DBV removed | | major | DBV_Adapter_DBLib removed | | major | DBV_Adapter_MySQL removed | | major | DBV_Adapter_PDO removed | | major | DBV_Adapter_PostgreSQL removed | | major | DBV_Adapter_SQLite removed | | major | DBV_Exception removed | | major | __() removed | | major | DBV_Adapter_Interface removed | | patch | MainBundle\Entity\UserRepository::loadUserByUsername() body changed | | patch | MainBundle\Service\Redacao::search() body changed | | patch | MainBundle\Utils\Debug::finishCount() body changed | +-------+---------------------------------------------------------------------+

But, none that report have a real change. I try "git diff", "git log" and anything else, but nothing.

ScreamingDev commented 8 years ago

Sorry for taking so long to respond. Thank you for letting me know about this problem!

Is it within a public repository and can you name the URL to it? Which version oh phpsemver did you use?

Thanks in advance!

Cheers,

Mike