aws / aws-dotnet-deploy

Opinionated tooling that simplifies deployment of .NET applications to AWS.
https://aws.github.io/aws-dotnet-deploy/
Apache License 2.0
140 stars 32 forks source link

ci: use autover for automated versioning and changelog generation #856

Closed philasmar closed 2 months ago

philasmar commented 2 months ago

Description of changes: Use AutoVer to automated versioning and changelog generation instead of Nerdbank.GitVersioning which creates a patch number based on the number of commits since the last release. With AutoVer, contributors could add a user-friendly changelog message to every PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 62.39%. Comparing base (5f99588) to head (6a161ef). Report is 2 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #856 +/- ## ======================================= Coverage 62.39% 62.39% ======================================= Files 279 279 Lines 10900 10900 Branches 1513 1513 ======================================= Hits 6801 6801 Misses 3563 3563 Partials 536 536 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.