Skip to content

Commit cdff0c8

Browse files
add github versioning
1 parent ae5dd76 commit cdff0c8

File tree

3 files changed

+5
-32
lines changed

3 files changed

+5
-32
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,7 @@ jobs:
103103
with:
104104
payload: |
105105
{
106-
"text": "✅ Production deployment succeeded for superstream-clients-java version ${{ steps.version.outputs.base }}",
107-
"blocks": [
108-
{
109-
"type": "section",
110-
"text": {
111-
"type": "mrkdwn",
112-
"text": "✅ *Production Deployment Succeeded*\n*Repository:* ${{ github.repository }}\n*Version:* ${{ steps.version.outputs.base }}\n*Branch:* ${{ steps.deployment.outputs.branch }}\n*Triggered by:* ${{ github.actor }}"
113-
}
114-
}
115-
]
106+
"text": "superstream-clients-java v${{ steps.version.outputs.base }} Production Release SUCCESSFUL"
116107
}
117108
env:
118109
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
@@ -124,16 +115,7 @@ jobs:
124115
with:
125116
payload: |
126117
{
127-
"text": "❌ Production deployment failed for superstream-clients-java",
128-
"blocks": [
129-
{
130-
"type": "section",
131-
"text": {
132-
"type": "mrkdwn",
133-
"text": "❌ *Production Deployment Failed*\n*Repository:* ${{ github.repository }}\n*Branch:* ${{ steps.deployment.outputs.branch }}\n*Triggered by:* ${{ github.actor }}\n*Workflow:* ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
134-
}
135-
}
136-
]
118+
"text": "superstream-clients-java v${{ steps.version.outputs.base }} Production Release FAILED"
137119
}
138120
env:
139121
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
@@ -145,16 +127,7 @@ jobs:
145127
with:
146128
payload: |
147129
{
148-
"text": "⚠️ Production deployment was cancelled for superstream-clients-java",
149-
"blocks": [
150-
{
151-
"type": "section",
152-
"text": {
153-
"type": "mrkdwn",
154-
"text": "⚠️ *Production Deployment Cancelled*\n*Repository:* ${{ github.repository }}\n*Branch:* ${{ steps.deployment.outputs.branch }}\n*Triggered by:* ${{ github.actor }}"
155-
}
156-
}
157-
]
130+
"text": "superstream-clients-java v${{ steps.version.outputs.base }} Production Release CANCELLED"
158131
}
159132
env:
160133
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

superstream-clients/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>ai.superstream</groupId>
55
<artifactId>superstream-clients</artifactId>
66
<name>Superstream Kafka Client Optimizer</name>
7-
<version>2.0.1</version>
7+
<version>2.0.2</version>
88
<description>A Java library that dynamically optimizes Kafka client configuration based on recommendations</description>
99
<url>https://github.com/superstreamlabs/superstream-clients-java</url>
1010
<developers>

superstream-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ai.superstream</groupId>
88
<artifactId>superstream-clients</artifactId>
9-
<version>2.0.1</version>
9+
<version>2.0.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Superstream Kafka Client Optimizer</name>

0 commit comments

Comments
 (0)