update-by-scope icon indicating copy to clipboard operation
update-by-scope copied to clipboard

feat: Add support for prerelease tags (i.e. beta, alpha, etc) while maintaining explicit tag support & default of ‘latest’

Open ghost opened this issue 1 year ago • 2 comments

I often have beta or alpha packages installed in my projects and using update-by-scope til now has wiped those out. This will allow any prerelease tag that already existed in my package.json to be respected while maintaining full backwards compatibility and support for existing explicit tag overrides.

ghost avatar Jun 13 '23 17:06 ghost