dosubot[bot] commented on issue #8304: URL: https://github.com/apache/incubator-devlake/issues/8304#issuecomment-2681172653
<!-- Answer --> The issue you're experiencing with Apache DevLake showing 'default_TAG@default_SHA' instead of the expected version tag '1.0.2-beta6' is likely due to the `Makefile` not being able to retrieve the current Git tag and SHA. The `Makefile` uses shell commands to set these values, and if it cannot find a tag or SHA, it defaults to "default_TAG" and "default_SHA". Ensure that your current commit is tagged with '1.0.2-beta6' and that Git is properly configured in your environment <sup>[[1]](https://github.com/apache/incubator-devlake/blob/main/backend/Makefile)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/af31cd6c-438e-43f0-92c2-68f9e0478bc0?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/af31cd6c-438e-43f0-92c2-68f9e0478bc0?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/af31cd6c-438e-43f0-92c2-68f9e0478bc0?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/af31cd6c-438e-43f0-92c2-68f9e0478bc0?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/af31cd6c-438e-43f0-92c2-68f9e0478bc0?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/af31cd6c-438e-43f0-92c2-68f9e0478bc0?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/af31cd6c-438e-43f0-92c2-68f9e0478bc0?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
