dosubot[bot] commented on issue #8541: URL: https://github.com/apache/incubator-devlake/issues/8541#issuecomment-3192793336
<!-- Greeting --> Hi @JoaoManierii! I'm [Dosu](https://go.dosu.dev/dosubot) and Iām helping the incubator-devlake team. <!-- Answer --> There is a domain mapping from `_tool_github_releases` to the domain-layer table `cicd_releases` via the "Convert Releases" subtask in the GitHub plugin, which is enabled by default. This subtask maps fields like published date, name, description, tag, commit SHA, and author ID to the domain model. If `cicd_releases` is not being populated, check that the "Convert Releases" subtask is enabled in your Blueprint and that the pipeline is running successfully. Note that recent changes in DevLake may affect how release data is collected, so if you're on a newer version and `cicd_releases` remains empty, review the latest migration notes or documentation for updates on GitHub release support [(source)](https://github.com/apache/incubator-devlake/blob/2c15ad880dce830c6512fa58039527cbf4745b8b/backend/plugins/github/tasks/release_convertor.go) [(thread)](https://github.com/apache/incubator-devlake/issues/8487). For contributor information, only the release author (AuthorID) is mapped to the domain layer. There is no built-in enrichment or relationship for aggregating contributors per release. To derive a list of contributors for a release, you can join the `cicd_releases` table with commits using the release's tag or commit SHA, then aggregate commit authors between the previous and current release tags. This logic is not provided out-of-the-box and requires custom SQL or analytics. No recent versions have added a domain-layer table or additional contributor fields for releases beyond what is described above. The domain model for releases remains intentionally minimal. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/3ff4a187-3fa1-4d21-b87e-d15c9a460d1d?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/3ff4a187-3fa1-4d21-b87e-d15c9a460d1d?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/3ff4a187-3fa1-4d21-b87e-d15c9a460d1d?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/3ff4a187-3fa1-4d21-b87e-d15c9a460d1d?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/3ff4a187-3fa1-4d21-b87e-d15c9a460d1d?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/3ff4a187-3fa1-4d21-b87e-d15c9a460d1d?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/3ff4a187-3fa1-4d21-b87e-d15c9a460d1d?feedback_type=other)</sup> [](https://app.dosu.dev/b4e8e847-d479-4541-83a8-d88d83fea5c9/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-devlake/issues/8541) -- 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: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org