Target a best-practice development pattern of using CI/CD to test code, but not
generate new files. We will rarely need to create new releases. We do not have
a good reason to want to automate this process. Automation here could introduce
all kinds of problems.
Done when we have:
[X] Placed artifacts in the GitHub release area
[x] Deleted the file .github/workflows/generate-derived-files.yml
Target a best-practice development pattern of using CI/CD to test code, but not generate new files. We will rarely need to create new releases. We do not have a good reason to want to automate this process. Automation here could introduce all kinds of problems.
Done when we have:
.github/workflows/generate-derived-files.yml