Skip to content

Commit

Permalink
Post release 15.0.2-6
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Perina <[email protected]>
  • Loading branch information
mwperina committed Oct 7, 2022
1 parent 1738e3c commit 7b7da51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ KEYCLOAK_VERSION="15.0.2"
# RPM version specification
RPM_VERSION="${KEYCLOAK_VERSION}"

RPM_RELEASE_MAIN="6"
RPM_RELEASE_MAIN="7"

# For stable releases it should be empty
RPM_RELEASE_SUFFIX=""
#RPM_RELEASE_SUFFIX=""
# For nightly release it should contain githash and current date
#RPM_RELEASE_SUFFIX=".0.master.$(shell date -u +%Y%m%d%H%M%S).git$(GIT_HASH)"
RPM_RELEASE_SUFFIX=".0.master.$(shell date -u +%Y%m%d%H%M%S).git$(GIT_HASH)"


RPM_RELEASE="$(RPM_RELEASE_MAIN)$(RPM_RELEASE_SUFFIX)"
Expand Down

0 comments on commit 7b7da51

Please sign in to comment.