Skip to content

Commit

Permalink
Describe how to release a new version (#494)
Browse files Browse the repository at this point in the history
Describe how to release a new version
  • Loading branch information
ldziedziul authored May 21, 2024
1 parent e31e3d0 commit 99e0265
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,13 @@ public class Cat implements Serializable {
...
}
```

## Releasing a new version

In order to release a new version you need to run [Prepare Release](.github/workflows/prepare-release.yml) workflow to
create na new release tag (e.g. `v1.2.3`).

After its successful run the tag will be pushed back to the origin repository and will
trigger [Deploy Release](.github/workflows/deploy-release.yml) workflow which will build and deploy release artifacts to
Maven Central Repository and create a [new release](https://github.com/hazelcast/hazelcast-hibernate/releases) on the
GitHub

0 comments on commit 99e0265

Please sign in to comment.