Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Release Howto

Heiko Braun edited this page Oct 30, 2019 · 2 revisions

Releasing the scripts

So the release process is as simple as (in common_config.sh)

  • Increase TAG_FUSE_ONLINE_INSTALL
  • Change CAMEL_K_IMAGE with the new image coming from prod
  • Change SYNDESIS_IMAGE with the new image coming from prod
bash release.sh --git-push --move-tag --git-remote upstream

Ensure you have set the GITHUB_USERNAME and GITHUB_ACCESS_TOKEN (with 'repo', 'admin:org_hook' and 'admin:repo_hook' scopes) environment variables.

I use direnv to have them always available in the project.

You need also to be member of the jboss-fuse org.

Clone this wiki locally