cashapp / hermit-packages

Hermit manages isolated, self-bootstrapping sets of tools in software projects.
https://cashapp.github.io/hermit
120 stars 124 forks source link

fix: use http git remote for autoversioning in awscli #529

Closed lyonlai closed 2 weeks ago

lyonlai commented 2 weeks ago

autoversion failed for awscli after using git-tags.

checks for a bit it's more due to the ssh key setup needed and it's quite complex. generating random keys doesn't work, it needs to be added to a github users for it to work I suppose.

Changing it to use http remote is quite straight forward.