-
Notifications
You must be signed in to change notification settings - Fork 19
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
Enh: add hatch_vcs for versioning #85
Conversation
something is odd because i see the tags in the history but there are no tags listed here in the repo. |
src/pyosmeta/_version.py
Outdated
@@ -0,0 +1,17 @@ | |||
# file generated by setuptools_scm | |||
# don't change, don't track in version control |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should go in .gitignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so so much, @ofek !! i just fixed this and pushed it up. i really appreciate your help.
@all-contributors please add @ofek for code, review |
I've put up a pull request to add @ofek! 🎉 |
This is now ready for review! everything is working as it should locally now 🚀 and i've cleaned up the pyproject.toml file thanks to @ofek suggestion above! ✨ |
Co-authored-by: Ofek Lev <[email protected]>
pre-commit.ci autofix |
thank you again @ofek im going to merge this now!! |
this is a start at vcs based versioning. i opened a question around how to setup the correct template here i'm sure that i just don't understand how to help it understand how we are versioning things. right now it's grabbing version. 0.1 even tho we have tag 0.2
addresses in part #82