MetaMask / create-release-branch

A command-line tool to create release branches for polyrepos and monorepos.
MIT License
5 stars 6 forks source link

A warning is mistakenly shown for the first release of a package #138

Open mcmire opened 8 months ago

mcmire commented 8 months ago

When a package is first released, a warning will be displayed that informs the user that there is no Git tag for that version, and the latest release of the monorepo is instead being used for comparison purposes. This warning is unnecessary and confusing, and there is no need to show it if we know that there are no Git tags whatsoever for the package.