diff --git a/README.md b/README.md index d1da390..e1e843d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +[![Docker Stars](https://img.shields.io/docker/stars/cfcommunity/slack-notification-resource.svg?style=plastic)](https://registry.hub.docker.com/v2/repositories/cfcommunity/slack-notification-resource/stars/count/) +[![Docker pulls](https://img.shields.io/docker/pulls/cfcommunity/slack-notification-resource.svg?style=plastic)](https://registry.hub.docker.com/v2/repositories/cfcommunity/slack-notification-resource) + +[![dockeri.co](https://dockeri.co/image/cfcommunity/slack-notification-resource)](https://hub.docker.com/r/cfcommunity/slack-notification-resource/) + Slack notification sending resource =================================== @@ -192,6 +199,12 @@ Optional: Explore formatting with Slack's [Message Builder][build]. +[attach]: https://api.slack.com/docs/message-attachment +[uidmap]: https://api.slack.com/changelog/2017-09-the-one-about-usernames#mapping +[chans]: https://api.slack.com/docs/message-formatting#linking_to_channels_and_users +[cl2017]: https://api.slack.com/changelog/2017-09-the-one-about-usernames +[build]: https://api.slack.com/docs/formatting/builder + #### Metadata @@ -224,6 +237,8 @@ jobs: See the [official documentation][meta] for a complete list of available metadata. +[meta]: https://concourse-ci.org/implementing-resource-types.html#resource-metadata + Examples -------- @@ -296,9 +311,12 @@ body: { "icon_emoji": null, "channel": null } - ``` + + + + ## Release Engineering To build local versions of this, for testing: @@ -314,13 +332,22 @@ To cut a new officialy release of the $ make VERSION=x.y.z release +[hub]: https://hub.docker.com/r/cfcommunity/slack-notification-resource + -[hub]: https://hub.docker.com/r/cfcommunity/slack-notification-resource -[attach]: https://api.slack.com/docs/message-attachment -[uidmap]: https://api.slack.com/changelog/2017-09-the-one-about-usernames#mapping -[chans]: https://api.slack.com/docs/message-formatting#linking_to_channels_and_users -[cl2017]: https://api.slack.com/changelog/2017-09-the-one-about-usernames -[build]: https://api.slack.com/docs/formatting/builder -[meta]: https://concourse-ci.org/implementing-resource-types.html#resource-metadata + +## Author and license + +Copyright © 2017-2020, James Hunt +Copyright © 2021-present, Benjamin Gandon, Gstack + +The Slack notification resource is released under the terms of the +[MIT license](./LICENSE). + +