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

missing tags #1

Open
c33s opened this issue Jan 3, 2023 · 2 comments
Open

missing tags #1

c33s opened this issue Jan 3, 2023 · 2 comments

Comments

@c33s
Copy link

c33s commented Jan 3, 2023

it would be nice if you can tag your releases. it helps to rely on a specific snapshot of your lib.

@pjeby
Copy link
Member

pjeby commented Jan 3, 2023

You can fork it and add tags to your fork, with complete control over whether you even pull from upstream or not. In any case the current state is pretty stable (no changes at all in over three years) and I generally add a branch or tag on these projects when I make backwards-incompatible changes.

@c33s
Copy link
Author

c33s commented Jan 4, 2023

if everything is stable why not simply add one tag 1.0.0 here?
forking everything just to add a custom tag doesn't sound like a best practice to me. git simple can't clone a specific commit hash.

git clone --depth 1 --branch 0.28.1 https://github.com/shellspec/shellspec.git vendor/shellspec

vs

git clone https://github.com/bashup/dotenv.git vendor/dotenv
git -C vendor/dotenv reset --hard d71c9d786fe193f43f1cb57c6b4a152ebb01ba60

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