You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
MESSAGE="Released http4k-connect LTS version $1 (See <https://github.com/http4k/http4k-connect-lts-v4/blob/master/CHANGELOG.md|Changelog> for details)."
curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"$MESSAGE\"}" $LTS_SLACK_WEBHOOK
else
MESSAGE="Released http4k-connect OSS version $1 (See <https://www.http4k.org/ecosystem/http4k-connect/changelog/|Changelog> for details)."
curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"$MESSAGE\"}" $LTS_SLACK_WEBHOOK