Skip to content

Commit

Permalink
Merge pull request #34 from cultureamp/amatueva/fix_readme
Browse files Browse the repository at this point in the history
Fix deploy.md
  • Loading branch information
Aysa Matueva authored Dec 6, 2023
2 parents 3970102 + 2a7eb62 commit a592d8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ Save that output because it will be used to update correspondent value in kafka-

After successful deployment, tag the release using the following commands:

\```bash
```
git tag -a vX.X.X -m "Release message"
\```
```

Replace `vX.X.X` with your version number and `"Release message"` with your release message.

### 2. Push the tag

Push the tag to the remote repository:

\```bash
```
git push origin vX.X.X
\```
```

Again, replace `vX.X.X` with your version number.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

// Package version
version = "0.7.4"
version = "0.7.5"

repositories {
// Use Maven Central for resolving dependencies.
Expand Down

0 comments on commit a592d8d

Please sign in to comment.