From 657d7d28769429455b7ff4741d70c10c34eca586 Mon Sep 17 00:00:00 2001 From: amatueva Date: Fri, 8 Dec 2023 16:11:45 +1100 Subject: [PATCH] add info about the jar addition to release --- DEPLOY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPLOY.md b/DEPLOY.md index ae99f96..f848498 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -32,7 +32,7 @@ This project is built using Gradle. To build the project run: ./gradlew build ``` -This will create a jar: +This will create a jar that you will need manually include into release version assets: ``` ./build/libs/kafka-connect-plugins-${version}.jar ``` @@ -68,7 +68,7 @@ Again, replace `vX.X.X` with your version number. ### 3. Create release in GitHub repo of [kafka-connect-plugins](https://github.com/cultureamp/kafka-connect-plugins/releases/new) -Prepare release notes summarizing the changes in this version. Please note if release contains any breaking changes. +Prepare release notes summarizing the changes in this version. Please note if release contains any breaking changes. Manually include to the release version assets your locally generated jar file ## Continue with the deployment steps