Direct link to the article How to Automate Project Versioning and Releases with Continuous Deployment

How to Automate Project Versioning and Releases with Continuous Deployment

Having a semantically versioned software will help you easily maintain and communicate changes in your software. Doing this is not easy. Even after manually merging the PR, tagging the commit, and pushing the release, you still have to write release …

Avatar of Marko Ilic
Marko Ilic on
Direct link to the article Continuous Deployments for WordPress Using GitHub Actions

Continuous Deployments for WordPress Using GitHub Actions

Continuous Integration (CI) workflows are considered a best practice these days. As in, you work with your version control system (Git), and as you do, CI is doing work for you like running tests, sending notifications, and deploying code. That …

Avatar of Steffen Bewersdorff
Steffen Bewersdorff on (Updated on )