#!/bin/bash set -exou pipefail # Download the release-notes for our specific build curl -o release-notes.md "https://packages.chef.io/release-notes/${EXPEDITOR_PRODUCT_KEY}/${EXPEDITOR_VERSION}.md" topic_title="Chef Infra Client $EXPEDITOR_VERSION Released!" topic_body=$(cat <