There are no artifacts to be distributed, therefore the release process is only required to produce snapshots in time of testing specific Keycloak + Alfresco Keycloak Theme combinations.
Once a new Keycloak + Alfresco Keycloak Theme combination has been thoroughly tested and is ready to be snapshotted for future reference, simply:
-
Make sure everything is merged onto
master
-
Checkout the
master
branch locally:git checkout master
-
Pull the latest changes:
git pull
-
Produce the required tag:
./tag.sh
NOTE: make sure that the expected
KEYCLOAK_VERSION
andTHEME_VERSION
are set within the build.properties file.