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(release svc): SendReleaseNotification sends slack message synchronously #118

Closed jan-zabloudil closed 3 months ago

jan-zabloudil commented 3 months ago

Once this one is merged, I will also remove the async function. We agreed on the following workflow:

  1. The user creates the release. (no slack message sending together with release creation)
  2. Once the release is created, the user can "populate changes to GitHub," "send a Slack notification," and later on, deploy the release etc.