I'm a software developer learning and exploring various platforms, sharing my learning along the way!
Nothing here yet.
Continuous Deployment (CD) is part of almost every modern application development workflow. Since the software is deployed using an automated CD workflow, it only makes sense to also auto-increment at least the patch version or build number. This c...