phpsemver icon indicating copy to clipboard operation
phpsemver copied to clipboard

Reporting changes, but nothing has change

Open celorodovalho opened this issue 9 years ago • 1 comments

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

and having the result: +-------+---------------------------------------------------------------------+ |[32m Level [39m|[32m Message [39m| +-------+---------------------------------------------------------------------+ | 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.

celorodovalho avatar Mar 03 '16 14:03 celorodovalho

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

ScreamingDev avatar May 25 '16 12:05 ScreamingDev