Skip to content

remove version.json references from Makefile#137

Merged
elevran merged 3 commits intollm-d:mainfrom
elevran:version_json
Jun 4, 2025
Merged

remove version.json references from Makefile#137
elevran merged 3 commits intollm-d:mainfrom
elevran:version_json

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
Contributor

@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

@elevran elevran merged commit 46e67cb into llm-d:main Jun 4, 2025
2 checks passed
@elevran elevran deleted the version_json branch June 4, 2025 09:19
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