Skip to content

Henze-Digital/HenDi-WebApp

Repository files navigation

HWH-WebApp (Chaining of WeGA-WebApp)

This repo contains WeGA-WebApp specifics for the Henze Digital Project. The build process updates the source code of the WeGA-WebApp and builds the HenDi-WebApp afterwards.

Licence

On Gitlab (UPB internal)

Latest Release

pipeline status on develop

pipeline status on stable

On Github (public)

GitHub release DOI

Release workfow

  1. Do the release actions for HenDi-ODD first!
  2. Continue here.

release workflow on gitlab (UPB internal)

  • check issues and milestone
  • close milestone
  • update submodules
  • create a release branch
  • update file build.properties
  • update README.md (badge, links)
  • check out and build the app
  • test the app
  • if everything works as expected: set tag v\d\.\d\.\d
  • merge into main
  • merge main into develop
  • create release based on the tag
  • bump version number

release workflow on github (public)