-
Notifications
You must be signed in to change notification settings - Fork 90
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 versioning and release tags #35
Comments
👍 |
Good idea, I added v1.1 tag. |
I decided to go via I have gotten almost everything setup but I am just a bit stuck on this annoying issue of it not resolving the custom SocksiPy lib you have in your repo. Seems pip doesn't like the fact that it's a submodule. I am going to see if I can hack around it with requirements files. |
Yes, seems like Github didn't want to include it in the release automatically. 😭 |
Just need a code review and I am good to go. 👍 |
The code currently has no versioning and it would be nice to have versioning on this.
Once versioning and release tags are setup, I can open a PR for a homebrew formula for this utility so that new users can just do:
brew install tespeed
According to homebrew docs:
Full details on Homebrew Versioning
You could also just have a bleeding edge formula that might break when users run
brew update
but its not optimal.The text was updated successfully, but these errors were encountered: