From 2f3f9af3ba0170c6a38e2a797cfc8a34da12a8d9 Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Sat, 17 Oct 2020 23:15:33 +0900 Subject: [PATCH] Prepare 1.0.0 release. --- CHANGELOG.md | 8 ++++++-- slack-webhook-orb.yml | 5 ++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 149dfd0..e83115a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + - ... + +## [1.0.0] - 2020-10-18 + - Initial Major Release (no functional changes from [0.0.4]) ## [0.0.4] - 2020-10-17 - Releases 0.0.2 and 0.0.3 contained no functional changes and were [attempts to avoid the example usages getting reformatted by the Orb Repository](https://discuss.circleci.com/t/orb-example-formatting-gets-mangled-after-publishing/37816). @@ -13,6 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.1] - 2020-10-17 - Initial Release - -[0.0.1]: https://github.com/adamu/slack-webhook-orb/releases/tag/0.0.1 +[1.0.0]: https://github.com/adamu/slack-webhook-orb/releases/tag/1.0.0 [0.0.4]: https://github.com/adamu/slack-webhook-orb/releases/tag/0.0.4 +[0.0.1]: https://github.com/adamu/slack-webhook-orb/releases/tag/0.0.1 diff --git a/slack-webhook-orb.yml b/slack-webhook-orb.yml index b8eab87..c88eddb 100644 --- a/slack-webhook-orb.yml +++ b/slack-webhook-orb.yml @@ -1,10 +1,9 @@ version: 2.1 -description: | - A simple orb to send fully-customized Slack messages via Slack webhooks. +description: A simple orb to send fully-customized Slack messages via Slack webhooks. display: - source_url: "https://github.com/adamu/slack-webhook-orb" + source_url: https://github.com/adamu/slack-webhook-orb commands: send-message: