cbcrouse / Versioning.NET

A dotnet tool that automatically increments versions in csproj files based on git commit hints.
MIT License
20 stars 3 forks source link

Also search for [Commit Hints] in the message body #48

Open cbcrouse opened 1 year ago

cbcrouse commented 1 year ago

Is your feature request related to a problem? Please describe. I'm not able to put the commit hints in the message body. It only works when I put it in the subject.

Describe the solution you'd like It would increase the cleanliness of the commit message if users could also add the hints such as [skip hint] or [exit beta] in the message body instead of only in the subject. This is how Azure DevOps handles [skip ci].