File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
5454announce :
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
5960distributions :
6061 kafka-connect-archive :
You can’t perform that action at this time.
0 commit comments