{
  "text": ":loudspeaker: Release Notes - {repo}",
  "blocks": [
    {
      "type": "header",
      "text": {
        "type": "plain_text",
        "text": ":loudspeaker: Release Notes - {repo}"
      }
    },
    {
      "type": "divider"
    },
    {
      "type": "section",
      "text": {
        "type": "mrkdwn",
        "text": "<!here> new version will be deployed for `{repo}` soon! :rocket:"
      }
    },
    {
      "type": "section",
      "text": {
        "type": "mrkdwn",
        "text": "```{changelog}```"
      }
    },
    {
      "type": "section",
      "text": {
        "type": "mrkdwn",
        "text": "Visit release page: <{releaseUrl}|{releaseName}>"
      }
    }
  ]
}


