Custom packages update without update button

I build a custom package and installed this on many projects over Package Manager.

If I change my custom package and change the version number in the package.json file and go e.g. to project 2 and open the Package Manager my pacakge will be updated automatically without clicking on the update button.

I don’t want this. I want to click the “Update to …” button like the official Unity packages.

you can use gitlab or gitblit to creat a local registy , use tag to update package
for example:
firstly
use git://192.168.2.234/XCharts.git#1.6.2 to import a custom package,
then
use git://192.168.2.234/XCharts.git#1.6.3 to update this package to a newest version

how to creat custom package and maintain it : https://www.patreon.com/posts/25070968