From 18d15e2bfb830eb2c2803683362e80b7e37eb6e7 Mon Sep 17 00:00:00 2001 From: "commitizen-github-action[bot]" Date: Tue, 4 Oct 2022 17:32:20 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.6.9=20=E2=86=92=200.6.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ README.md | 12 ++++++------ pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c52afe..91fd7a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This changelog is auto-generated by the Python-based [Commitizen](https://commitizen-tools.github.io/commitizen). +## 0.6.10 (2022-10-04) + +### Fix + +- **deps**: bump actions/checkout from 3.0.2 to 3.1.0 + ## 0.6.9 (2022-09-30) ### Refactor diff --git a/README.md b/README.md index 8acd14b..0af95a8 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ because merges will be indistinguishable from direct pushes. ```yaml - name: Send Slack notification with job status. if: always() - uses: ScribeMD/slack-templates@0.6.9 + uses: ScribeMD/slack-templates@0.6.10 with: bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }} @@ -142,7 +142,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send Slack notification with workflow result. - uses: ScribeMD/slack-templates@0.6.9 + uses: ScribeMD/slack-templates@0.6.10 with: bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }} @@ -165,7 +165,7 @@ jobs: shell: bash - name: Send Slack notification with custom result. if: always() && steps.network.outputs.outage == 'true' - uses: ScribeMD/slack-templates@0.6.9 + uses: ScribeMD/slack-templates@0.6.10 with: bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }} @@ -186,7 +186,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send Slack notification requesting code review. - uses: ScribeMD/slack-templates@0.6.9 + uses: ScribeMD/slack-templates@0.6.10 with: bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }} @@ -206,7 +206,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send Slack notification assigning pull request. - uses: ScribeMD/slack-templates@0.6.9 + uses: ScribeMD/slack-templates@0.6.10 with: bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }} @@ -218,7 +218,7 @@ jobs: ```yaml - name: Send custom Slack notification. if: always() - uses: ScribeMD/slack-templates@0.6.9 + uses: ScribeMD/slack-templates@0.6.10 with: bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }} diff --git a/pyproject.toml b/pyproject.toml index 8128132..5bec58d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" target-version = ["py310"] [tool.commitizen] - version = "0.6.9" + version = "0.6.10" version_files = [ "pyproject.toml:version", "README.md:slack-templates@" @@ -28,7 +28,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "slack-templates" - version = "0.6.9" + version = "0.6.10" description = "Send Informative, Concise Slack Notifications With Minimal Effort" authors = ["Kurt von Laven "] license = "MIT"