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 VersionNumFromSemver for builds #66

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

zackattack01
Copy link
Contributor

This builds on the existing VersionNum logic to add an additional VersionNumFromSemver utility function. While VersionNum works well when the version is known at build time, our build process also needs to be able to use this functionality without setting the required version value for building this package. To support both cases, VersionNumFromSemver will use identical logic, but allow passing in a semver string instead of relying on the internal version variable value

@zackattack01 zackattack01 merged commit fbf6f0f into master Nov 26, 2024
7 of 8 checks passed
@zackattack01 zackattack01 deleted the zack/update_version_num_logic branch November 26, 2024 15:00
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

Successfully merging this pull request may close these issues.

2 participants