We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a56ac0 commit 7f83a95Copy full SHA for 7f83a95
jreleaser.yml
@@ -58,8 +58,11 @@ announce:
58
message: '🚀 Redis Enterprise Kafka Connector {{projectVersion}} has been released! {{releaseNotesUrl}}'
59
60
distributions:
61
- kafka-connect-archive:
+ kafka-connect-archive-cp5:
62
type: binary
63
artifacts:
64
- path: target/components/packages/redislabs-cp5-{{projectName}}-{{projectVersion}}.zip
65
+ kafka-connect-archive-cp6:
66
+ type: binary
67
+ artifacts:
68
- path: target/components/packages/redislabs-cp6-{{projectName}}-{{projectVersion}}.zip
0 commit comments