Skip to content

HykuAddons: Building a new release for deployment

Paul Danelli edited this page Feb 24, 2022 · 2 revisions

Please Note: This is a UbiquityPress focused Wiki entry and does not apply to the Open Source Hyku Addons project

In order to deploy the latest version of HykuAddons you need to create a release. This is done from within the Gitlab Advancing Hyku Utils Repository - a private Ubiquity Press repository.

When you have cloned the repository you will need to install bumpversion, to increment the release count. For Ubuntu, this can be found here: http://manpages.ubuntu.com/manpages/bionic/man1/bumpversion.1.html

You can then run the following:

bumpversion build; git push origin master --tags

This will increment the release count, create a new Git tag and push that to the repository. An after action hook inside of Gitlab will then start to build a new version of the application images, which can be deployed via the the HykuAddons Deployment Guide.