jan-zabloudil / release-manager

Platform-agnostic tool that streamlines daily operations in release management, planning and deployments 🚀
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

feat(github-client): add function to dynamically generate GitHub release URL #113

Closed jan-zabloudil closed 3 months ago

jan-zabloudil commented 3 months ago

The GitHub release URL will not be saved in the database. Therefore, I prepared a function in the GitHub client that will dynamically generate the GitHub release URL.

This function will be called from the service layer. In the service layer, the project model holds only the repository URL, so the repository URL and the tag name are passed to the function.

jan-zabloudil commented 3 months ago

I will implement correct approach in the new PR.