Skip to content

remove version.json references from Makefile #137

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

elevran
Copy link
Collaborator

@elevran elevran commented May 22, 2025

This is a cleanup/maintenance PR. The version.json file was removed from the project (consolidated to main, releases are triggered on git tags, etc.). Thus removing all references and targets in Makefile that make use of the version file.

There are additional, lingering, settings for DEV_VERSION and PROD_VERSION in the Makefile (defaulting to 0.0.x).
Changing them requires some additional work and investigation (e.g., get default PROD_VERSION from GH tags and or releases, set DEV_VERSION based on current SHA, etc.) which are beyond the scope of this PR.

Fix #133

Signed-off-by: Etai Lev Ran <elevran@gmail.com>
vMaroon
vMaroon previously approved these changes May 25, 2025
@elevran elevran changed the title remove version.json refernces from Makefile remove version.json references from Makefile Jun 3, 2025
Signed-off-by: Etai Lev Ran <elevran@gmail.com>
Copy link
Collaborator

@clubanderson clubanderson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

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.

Remove references and usage of .version.json
3 participants