Skip to content

Commit 8ce3fbf

Browse files
Merge pull request #15 from superstreamlabs/github-actions
aline versioning
2 parents ff2d02f + 2bf36c5 commit 8ce3fbf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ jobs:
132132
with:
133133
payload: |
134134
{
135-
"text": "✅ SUCCESSFUL: ${{ steps.release_info.outputs.type }} Release ${{ steps.release_info.outputs.version }}",
135+
"text": "superstream-python-clients v${{ steps.release_info.outputs.version }} ${{ steps.release_info.outputs.type }} Release SUCCESSFUL ✅",
136136
"blocks": [
137137
{
138138
"type": "section",
139139
"text": {
140140
"type": "mrkdwn",
141-
"text": "*${{ steps.release_info.outputs.type }} Release Successful* ✅\n*Version:* ${{ steps.release_info.outputs.version }}\n*Repository:* ${{ github.repository }}\n*Branch:* ${{ github.ref_name }}\n*Commit:* <${{ github.event.head_commit.url }}|${{ github.sha }}>\n*Author:* ${{ github.event.head_commit.author.name }}\n*Message:* ${{ github.event.head_commit.message }}"
141+
"text": "*superstream-python-clients v${{ steps.release_info.outputs.version }} ${{ steps.release_info.outputs.type }} Release SUCCESSFUL* ✅\n*Branch:* ${{ github.ref_name }}\n*Commit:* <${{ github.event.head_commit.url }}|${{ github.sha }}>\n*Author:* ${{ github.event.head_commit.author.name }}\n*Message:* ${{ github.event.head_commit.message }}"
142142
}
143143
}
144144
]
@@ -153,13 +153,13 @@ jobs:
153153
with:
154154
payload: |
155155
{
156-
"text": "❌ FAILED: ${{ steps.release_info.outputs.type }} Release",
156+
"text": "superstream-python-clients v${{ steps.release_info.outputs.version }} ${{ steps.release_info.outputs.type }} Release FAILED ❌",
157157
"blocks": [
158158
{
159159
"type": "section",
160160
"text": {
161161
"type": "mrkdwn",
162-
"text": "*${{ steps.release_info.outputs.type }} Release Failed* ❌\n*Repository:* ${{ github.repository }}\n*Branch:* ${{ github.ref_name }}\n*Commit:* <${{ github.event.head_commit.url }}|${{ github.sha }}>\n*Author:* ${{ github.event.head_commit.author.name }}\n*Workflow Run:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Details>"
162+
"text": "*superstream-python-clients v${{ steps.release_info.outputs.version }} ${{ steps.release_info.outputs.type }} Release FAILED* ❌\n*Branch:* ${{ github.ref_name }}\n*Commit:* <${{ github.event.head_commit.url }}|${{ github.sha }}>\n*Author:* ${{ github.event.head_commit.author.name }}\n*Workflow Run:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Details>"
163163
}
164164
}
165165
]
@@ -174,13 +174,13 @@ jobs:
174174
with:
175175
payload: |
176176
{
177-
"text": "⚠️ ABORTED: ${{ steps.release_info.outputs.type }} Release",
177+
"text": "superstream-python-clients v${{ steps.release_info.outputs.version }} ${{ steps.release_info.outputs.type }} Release ABORTED ⚠️",
178178
"blocks": [
179179
{
180180
"type": "section",
181181
"text": {
182182
"type": "mrkdwn",
183-
"text": "*${{ steps.release_info.outputs.type }} Release Aborted* ⚠️\n*Repository:* ${{ github.repository }}\n*Branch:* ${{ github.ref_name }}\n*Commit:* <${{ github.event.head_commit.url }}|${{ github.sha }}>\n*Author:* ${{ github.event.head_commit.author.name }}"
183+
"text": "*superstream-python-clients v${{ steps.release_info.outputs.version }} ${{ steps.release_info.outputs.type }} Release ABORTED* ⚠️\n*Branch:* ${{ github.ref_name }}\n*Commit:* <${{ github.event.head_commit.url }}|${{ github.sha }}>\n*Author:* ${{ github.event.head_commit.author.name }}"
184184
}
185185
}
186186
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "superstream-clients"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "Superstream optimisation library for Kafka producers"
99
authors = [{name = "Superstream Labs", email = "[email protected]"}]
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)