- upstream release: https://github.com/kubevirt/web-ui-operator/releases
- usptream build:
  - edit build-sh for new version
  - run ./build.sh
- downstream build:
  - rpm:
    - cd ~packaging/kubevirt-web-ui-operator-rpm
    - edit Makefile: SPEC_RELEASE
    - edit changelog and version in web-ui-operator.spec.in
    - make release
    - git add -u && git commit && rhpkg push
    - rhpkg scratch-build && rhpkg build
  - let the rpm sign
  - container:
    - cd ~packaging/kubevirt-web-ui-operator
    - edit release in Dockerfile
    - git add -u && git commit && rhpkg push
    - rhpkg container-build --scratch && rhpkg container-build
  - errata:
    - https://errata.devel.redhat.com/advisory/37856
