Add reup-tag option to git plugin#234
Conversation
reup-tag option to git plugin
|
One downside of using tags instead of commit hashes is that tags aren't truly immutable. You need to run |
|
I see how it's not truly immutable, but nowadays a lot of repo's have verifiable github actions that automatically build, tag, and release This feature is optional, you can enable it only for repo's you trust And also you could just manually input tag versions in your peru.yml then run
What do you mean? Doesn't git just pull the specified rev? |
|
Well I got tired of waiting so I coded an alternative to peru |
Specifying
reup-tag: truewill causeperu reupto update the rev to the latest Tag instead of the latest Commit HashThis allows 2 things that I can think of:
fix #233 and #193 (comment)