Skip to content

Commit

Permalink
bump: version 0.6.36 → 0.6.37
Browse files Browse the repository at this point in the history
  • Loading branch information
commitizen-github-action[bot] committed Dec 18, 2023
1 parent a9f2044 commit bea126c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This changelog is auto-generated by the Python-based
[Commitizen](https://commitizen-tools.github.io/commitizen).

## 0.6.37 (2023-12-18)

### Fix

- **deps**: bump actions/setup-python action to v5.0.0

## 0.6.36 (2023-12-17)

### Fix
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ because merges will be indistinguishable from direct pushes.
```yaml
- name: Send Slack notification with job status.
if: always()
uses: ScribeMD/[email protected].36
uses: ScribeMD/[email protected].37
with:
bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }}
channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack notification with workflow result.
uses: ScribeMD/[email protected].36
uses: ScribeMD/[email protected].37
with:
bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }}
channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }}
Expand All @@ -165,7 +165,7 @@ jobs:
shell: bash
- name: Send Slack notification with custom result.
if: always() && steps.network.outputs.OUTAGE == 'true'
uses: ScribeMD/[email protected].36
uses: ScribeMD/[email protected].37
with:
bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }}
channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }}
Expand All @@ -186,7 +186,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack notification requesting code review.
uses: ScribeMD/[email protected].36
uses: ScribeMD/[email protected].37
with:
bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }}
channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }}
Expand All @@ -206,7 +206,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack notification assigning pull request.
uses: ScribeMD/[email protected].36
uses: ScribeMD/[email protected].37
with:
bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }}
channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }}
Expand All @@ -218,7 +218,7 @@ jobs:
```yaml
- name: Send custom Slack notification.
if: always()
uses: ScribeMD/[email protected].36
uses: ScribeMD/[email protected].37
with:
bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }}
channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "slack-templates"
version = "0.6.36"
version = "0.6.37"
description = "Send Informative, Concise Slack Notifications With Minimal Effort"
authors = ["Kurt von Laven <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit bea126c

Please sign in to comment.