Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git tags should not be overwritten #195

Closed
qezz opened this issue Apr 26, 2024 · 5 comments
Closed

Git tags should not be overwritten #195

qezz opened this issue Apr 26, 2024 · 5 comments

Comments

@qezz
Copy link

qezz commented Apr 26, 2024

Overwriting Git tags, also known as "re-tagging", is not the best idea.
This article has good explanation - https://git-scm.com/docs/git-tag#_on_re_tagging

Please don't use tags like latest. If you need a moving label for master branch, this is what Git branches are for.

@relyt29
Copy link
Contributor

relyt29 commented May 1, 2024

@vladupshot

@qezz
Copy link
Author

qezz commented Aug 11, 2024

It's been some time since I complained on the issue. Fortunately, since then we (Chorus One) have published a book on Open Source Engineering, where this particular problem is described.

It's a good read, and I can recommend it to all blockchain engineers

https://handbook.chorus.one/node-software/release-engineering.html#no-retagging

@relyt29
Copy link
Contributor

relyt29 commented Sep 30, 2024

@okedeji @mgladson @kihahu

can one of you take a look at this? I don't think we're still doing this?

I don't have context to see if we can close this ticket or not

@qezz
Copy link
Author

qezz commented Sep 30, 2024

I think it's still relevant

image

@relyt29
Copy link
Contributor

relyt29 commented Oct 24, 2024

I think we finally stopped doing this, we have new processes for releases if you'll look now, the last "latest" was three weeks ago

and on top of that I have now deleted it

➜  allora-chain git:(dev) git push --delete origin latest
To github:allora-network/allora-chain
 - [deleted]           latest

Thanks for flagging this

@relyt29 relyt29 closed this as completed Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants