mamba-org / powerloader

BSD 3-Clause "New" or "Revised" License
15 stars 9 forks source link

`git` tag dates reset #150

Closed dhirschfeld closed 1 year ago

dhirschfeld commented 1 year ago

Not really an issue - just opening to let you know it appears all tag dates have been reset:

image

...or it's a GitHub UI bug!

dhirschfeld commented 1 year ago

Anyway, now you know...

JohanMabille commented 1 year ago

@dhirschfeld I had a weird bug when pushing the last release of powerloader, it pushed all the tags from mamba. So I had to remove them (unfotunately with a too greedy regexp) and reapply them. I applied them on the same commit as before, but the dates changed.

dhirschfeld commented 1 year ago

@dhirschfeld I had a weird bug when pushing the last release of powerloader, it pushed all the tags from mamba. So I had to remove them (unfotunately with a too greedy regexp) and reapply them. I applied them on the same commit as before, but the dates changed.

Ouch - sounds painful! I'm sure everyone who has used git for any amount of time has made one mistake or another 😅 My own Et merde, Git moment was rebasing and force-pushing master with multiple in-flight PRs :grimacing:

No harm done here though - I was just trying to see if there had been a new release so was surprised to see the tags had been reset!