node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

Add tilde (~) to all packages in package.json so users get patch updates #689

Closed protoEvangelion closed 4 years ago

protoEvangelion commented 4 years ago

Currently most of our packages are listed as exact version so if a security fix or small bug fix comes out that is a patch, the user will not get that update unless we do a new release.

This work will involve removing any prefix from a version like ^ and adding prefix ~ to each package along with running npm install.

Here is how the ~ matching will work using https://semver.npmjs.com/:

image

gabrieluizramos commented 4 years ago

I can work at this :)

protoEvangelion commented 4 years ago

All you @gabrieluizramos let me know if you have questions in the meantime :)

gabrieluizramos commented 4 years ago

@protoEvangelion Sure! Thank you, I've already opened the PR 😄

protoEvangelion commented 4 years ago

:tada: This issue has been resolved in version 2.0.10 :tada:

The release is available on:

Your semantic-release bot :package::rocket: