From 96898dd6f8fd0f9aed666e609baf14e91181aee7 Mon Sep 17 00:00:00 2001 From: "commitizen-github-action[bot]" Date: Fri, 14 Apr 2023 09:11:15 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.6.17=20=E2=86=92=200.6.18?= 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 226cad7..b427ead 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.18 (2023-04-14) + +### Fix + +- **deps**: bump python from v3.11.2 to v3.11.3 + ## 0.6.17 (2023-04-05) ## 0.6.16 (2023-03-25) diff --git a/README.md b/README.md index caa7cb3..bf6e635 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.17 + uses: ScribeMD/slack-templates@0.6.18 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.17 + uses: ScribeMD/slack-templates@0.6.18 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.17 + uses: ScribeMD/slack-templates@0.6.18 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.17 + uses: ScribeMD/slack-templates@0.6.18 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.17 + uses: ScribeMD/slack-templates@0.6.18 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.17 + uses: ScribeMD/slack-templates@0.6.18 with: bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }} diff --git a/pyproject.toml b/pyproject.toml index f51c7a0..b70c66a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ build-backend = "poetry.core.masonry.api" target-version = ["py311"] [tool.commitizen] - version = "0.6.17" + version = "0.6.18" version_files = [ "pyproject.toml:version", "README.md:slack-templates@" @@ -37,7 +37,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "slack-templates" - version = "0.6.17" + version = "0.6.18" description = "Send Informative, Concise Slack Notifications With Minimal Effort" authors = ["Kurt von Laven "] license = "MIT"