Packaging, deployment, and release management.
Table of Contents
This project uses GitHub Actions. Workflows are in .github/workflows/.
Key workflows:
-
hypatia-scan.yml— Neurosymbolic security scanning -
codeql.yml— Code analysis -
scorecard.yml— OpenSSF Scorecard -
mirror.yml— GitLab/Bitbucket mirroring
-
Update version in project config
-
Update CHANGELOG.md
-
Tag:
git tag -s v<VERSION> -
Push:
git push origin main --tags