-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Not for merge] Document config file version #84
Conversation
Pull Request Test Coverage Report for Build 12210063539Details
💛 - Coveralls |
|
||
def get_version_from_commit(commit_id): | ||
result = subprocess.run( | ||
["git", "describe", "--tags", commit_id], |
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.
Just so ya know, this is what the dynamic versioning does
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.
Yeah, I just stuck together git commands because I couldn't instantly figure out how to get the dynamic version for the last time the file was updated, and I wasn't thinking about merging this anyway.
Just for testing
📚 Documentation preview 📚: https://miniscope-io--84.org.readthedocs.build/en/84/