Blog Logo
TAGS

Automatically Version and Release .Net Application

In this post, Anto Subash shares a step-by-step guide on how to automatically version and release a .Net Application using GitHub Actions. The article covers topics such as Conventional Commits, Versionize library, Husky.Net library, and GitHub Actions. The article details how to create a .Net project, add version to it, and create a GitHub Action. The article also shares best practices in writing commit messages and making them clean and consistent. Overall, this is a great article for any .Net developer looking to automate versioning and releasing of their applications.