Skip to content

Commit

Permalink
Automatic version bump via bumpversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanklee86 committed Jan 8, 2022
1 parent aeae1dd commit 9a77ca9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.4.0
commit = True
tag = True
message = Automatic version bump via bumpversion.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# xUnit Slack Reporter

[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-v1.3.0-undefined.svg?logo=github&logoColor=white&style=flat)](https://github.com/marketplace/actions/xunit-slack-reporter)[![CI](https://github.com/ivanklee86/xunit-slack-reporter/actions/workflows/ci.yml/badge.svg)](https://github.com/ivanklee86/xunit-slack-reporter/actions/workflows/ci.yml)[![codecov](https://codecov.io/gh/ivanklee86/xunit-slack-reporter/branch/main/graph/badge.svg?token=PDSK5ZWPKJ)](https://codecov.io/gh/ivanklee86/xunit-slack-reporter)
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-v1.4.0-undefined.svg?logo=github&logoColor=white&style=flat)](https://github.com/marketplace/actions/xunit-slack-reporter)[![CI](https://github.com/ivanklee86/xunit-slack-reporter/actions/workflows/ci.yml/badge.svg)](https://github.com/ivanklee86/xunit-slack-reporter/actions/workflows/ci.yml)[![codecov](https://codecov.io/gh/ivanklee86/xunit-slack-reporter/branch/main/graph/badge.svg?token=PDSK5ZWPKJ)](https://codecov.io/gh/ivanklee86/xunit-slack-reporter)

Github Action to send xUnit results to Slack.

Expand Down Expand Up @@ -34,7 +34,7 @@ ONLY_NOTIFY_ON_ISSUES | True/False | If present, will only send notifications if
Sample Workflow section:
```.env
- name: notify-tests
uses: ivanklee86/xunit-slack-reporter@v1.3.0
uses: ivanklee86/xunit-slack-reporter@v1.4.0
env:
EXIT_CODE_FROM_REPORT: "True"
SLACK_CHANNEL: CKQ7C7KJN
Expand All @@ -44,7 +44,7 @@ Sample Workflow section:

```.env
- name: notify-tests
uses: ivanklee86/xunit-slack-reporter@v1.3.0
uses: ivanklee86/xunit-slack-reporter@v1.4.0
env:
ONLY_NOTIFY_ON_ISSUES: "True"
SLACK_CHANNEL: CKQ7C7KJN
Expand Down
2 changes: 1 addition & 1 deletion app/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_VERSION = '1.3.0'
APP_VERSION = '1.4.0'


# Script
Expand Down

0 comments on commit 9a77ca9

Please sign in to comment.