Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BAU] Add info about the jar addition to release #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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

Expand Down
Loading