tools / godep

dependency tool for go
http://godoc.org/github.com/tools/godep
BSD 3-Clause "New" or "Revised" License
5.55k stars 455 forks source link

Bump version number to 78 #530

Closed moncho closed 7 years ago

moncho commented 7 years ago

I guess this change was forgotten before releasing v78.

freeformz commented 7 years ago

Ugh. I did. I really need to write a make release.

Thanks!

MikeMcQuaid commented 7 years ago

A gentle request: please don't retag things, folks. If you use Git you'll not receive the updated tag without manually deleting and refetching it as it's considered rewriting public history. It also means you break the checksums for things like Homebrew that rely on your tags (https://github.com/Homebrew/homebrew-core/issues/9293). Thanks!

freeformz commented 7 years ago

Yeah. sorry, although I won't promise to not do that again. IMO tags are mutable and should be treated as such, although I do agree that doing so should be discouraged.

MikeMcQuaid commented 7 years ago

Thanks!

IMO tags are mutable and should be treated as such

Just FYI: Git disagrees 😉

MikeMcQuaid commented 7 years ago

(well, as much as Git considers anything immutable 😆)

Thanks again!