Here's where to get the code:
git clone https://github.com/rhinstaller/anaconda-webui.git cd anaconda-webui
See HACKING.rst and test/README.rst for details about how to efficiently change the code, run, and test it.
The intention is that the only manual step for releasing a project is to create a signed tag for the version number, which includes a summary of the noteworthy changes:
123 - this new feature - fix bug #123
Pushing the release tag triggers the release.yml GitHub action workflow. This creates the official release tarball and publishes as upstream release to GitHub.
The Fedora and COPR releases are done with Packit. see the packit.yaml control file.
It is important to keep your NPM modules up to date, to keep up with security updates and bug fixes. This is done with dependabot, see the dependabot.yml control file. Similarly, translations are refreshed every Tuesday evening (or manually) through the weblate-sync-po.yml action. Conversely, the PO template is uploaded to weblate every day through the weblate-sync-pot.yml action.