DevOps
Automate GitHub Releases with Release Please
In my previous article, I explained how using conventional commit messages can automate various processes, such as generating changelogs, and automating version bumps. In this article, I’ll show you how. You can automate your GitHub releases using the release-please GitHub workflow. Are you already following the conventional commits standard? If Read more…