From 7974ff2169b7254e654009c1469551ec8a0aa782 Mon Sep 17 00:00:00 2001 From: "commitizen-github-action[bot]" Date: Sun, 5 Nov 2023 08:39:10 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.6.33=20=E2=86=92=200.6.34?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ README.md | 12 ++++++------ pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e83d63..74855d8 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.34 (2023-11-05) + +### Fix + +- **deps**: bump actions/checkout action to v4.1.1 + ## 0.6.33 (2023-10-13) ### Fix diff --git a/README.md b/README.md index 3e75148..8f07d10 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.33 + uses: ScribeMD/slack-templates@0.6.34 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.33 + uses: ScribeMD/slack-templates@0.6.34 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.33 + uses: ScribeMD/slack-templates@0.6.34 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.33 + uses: ScribeMD/slack-templates@0.6.34 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.33 + uses: ScribeMD/slack-templates@0.6.34 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.33 + uses: ScribeMD/slack-templates@0.6.34 with: bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }} diff --git a/pyproject.toml b/pyproject.toml index 0d4bf70..ce3930a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "slack-templates" - version = "0.6.33" + version = "0.6.34" description = "Send Informative, Concise Slack Notifications With Minimal Effort" authors = ["Kurt von Laven "] license = "MIT"