andrewjstryker / makefile-helper

Generate help for Makefiles
MIT License
0 stars 0 forks source link

Make releasing generated files a manual process #10

Closed andrewjstryker closed 1 year ago

andrewjstryker commented 1 year ago

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: