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

Add tags to the repo #172

Open
rchapin opened this issue Feb 25, 2022 · 1 comment
Open

Add tags to the repo #172

rchapin opened this issue Feb 25, 2022 · 1 comment

Comments

@rchapin
Copy link

rchapin commented Feb 25, 2022

Most go projects add tags at various points in the development so that consumers of libraries can guarantee that they are getting a specific version that they know works with their code.

This project looks interesting and I was going to use it, however the fact that every time I build I am pulling from master and just hoping that nothing has changed that makes it incompatible with my application is a deal-breaker for me.

Please consider adding tags for stable versions of the library.

@alexbrainman
Copy link
Owner

@rchapin thanks for creating this issue.

But I see no benefits of adding git tags to this repo.

When I use this package in some code, I just use git commit hash to refer to a version of this package. And once commit hash is added to go.mod file, it remains there forever.

This code also does not change over time. So I find using master branch for all my projects suitable.

Perhaps your situation is different. So please tell more.

Thank you.

Alex

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