Creating a changelog in a pipeline job
In my pipeline, for the master branch, I've decided that I'd like to keep track of what each new build will contain - for debug, traceability, auditing purposes and what not...
After the flow of tests > Docker build & push, Kubernetes deployment & verification have all passed, this is the … Continue reading