Automating Semantic Versioning with Github Actions and Branch Naming Conventions
Achieving Consistent and Automated Versioning Across Your Projects with Github Actions
In a previous post, we talked about how to deploy preview environments on Kubernetes using Github Actions:
In this article we will focus on how to automate a semantic versioning deployment and release cycle by combining a release branch naming convention and Github Actions.