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 functionality for reading a github release by tag #88

Closed jan-zabloudil closed 5 months ago

jan-zabloudil commented 5 months ago

When user creates a new release, **existing*** git tag must be provided in order to link release to source code. Once these PR are merged, release service will:


*) In the first MVP version, only existing git tags will be supported. Later, the functionality will be extended to allow the use of new git tags as well (ReleaseManager would create a new git tag).