Skip to content

Commit 303b4dd

Browse files
Fixed JReleaser config
1 parent 6a06778 commit 303b4dd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
4444
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY}}
4545
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
46-
JRELEASER_DOCKER_DEFAULT_PASSWORD: ${{ secrets.JRELEASER_DOCKER_PASSWORD }}
4746
JRELEASER_SLACK_WEBHOOK: ${{ secrets.JRELEASER_SLACK_WEBHOOK }}
4847

4948
- name: JReleaser output

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
:project-version: 0.1.0
77
:site-url: https://redislabs-field-engineering.github.io/redis-enterprise-kafka
88

9-
image:https://img.shields.io/github/workflow/status/{project-owner}/{project-name}/EarlyAccess?logo=github["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
10-
image:https://codecov.io/gh/RedisLabs-Field-Engineering/redis-enterprise-kafka/branch/master/graph/badge.svg?token=MTMRRGEWBD["Coverage", link="https://codecov.io/gh/{project-owner}/{project-name}"]
9+
image:https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
10+
image:https://codecov.io/gh/{project-owner}/{project-name}/branch/master/graph/badge.svg?token=MTMRRGEWBD["Coverage", link="https://codecov.io/gh/{project-owner}/{project-name}"]
1111

1212
---
1313

jreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ release:
1717
changelog:
1818
sort: DESC
1919
formatted: ALWAYS
20-
change: '- {{commitShortHash}} {{commitTitle}}'
20+
format: '- {{commitShortHash}} {{commitTitle}}'
2121
labelers:
2222
- label: 'feature'
2323
title: 'Resolves #'
@@ -53,8 +53,9 @@ release:
5353

5454
announce:
5555
slack:
56-
active: always
56+
active: release
5757
channel: '#field-engineering-announcements'
58+
message: '🚀 Redis Enterprise Kafka Connector {{projectVersion}} has been released! {{releaseNotesUrl}}'
5859

5960
distributions:
6061
kafka-connect-archive:

0 commit comments

Comments
 (0)