Skip to content

fix(Makefile): add version validation checks #44

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

Conversation

ThomasK33
Copy link
Member

@ThomasK33 ThomasK33 commented Feb 12, 2025

Adds validation for version variables in Makefile

Ensures CURRENT_PROJECT_VERSION and MARKETING_VERSION are not empty when building the project, failing the build process with an error message if either variable cannot be determined from git tags.

Change-Id: I83265a11182df6d28f2ef3a5f5454adba27c95ea
Signed-off-by: Thomas Kosiewski tk@coder.com

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ThomasK33 ThomasK33 changed the title fix(Makefile): add missing dollar sign and add assert for non empty version strings er Feb 12, 2025
@ThomasK33 ThomasK33 changed the title er fix(Makefile): add version validation checks Feb 12, 2025
@ThomasK33 ThomasK33 self-assigned this Feb 12, 2025
@ThomasK33 ThomasK33 marked this pull request as ready for review February 12, 2025 15:03
@ThomasK33 ThomasK33 force-pushed the 02-12-fix_makefile_add_missing_dollar_sign_and_add_assert_for_non_empty_version_strings branch 2 times, most recently from 2c83e83 to 1af2771 Compare February 12, 2025 15:19
…ersion strings

Change-Id: I83265a11182df6d28f2ef3a5f5454adba27c95ea
Signed-off-by: Thomas Kosiewski <tk@coder.com>
@ThomasK33 ThomasK33 force-pushed the 02-12-fix_makefile_add_missing_dollar_sign_and_add_assert_for_non_empty_version_strings branch from 1af2771 to 9370b0a Compare February 12, 2025 15:27
@ThomasK33 ThomasK33 merged commit d2ed4a9 into main Feb 12, 2025
4 checks passed
@ThomasK33 ThomasK33 deleted the 02-12-fix_makefile_add_missing_dollar_sign_and_add_assert_for_non_empty_version_strings branch February 12, 2025 15:38
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