v5.0.7
github-actions
released this
09 Aug 15:57
·
146 commits
to refs/heads/main
since this release
What's Changed
-
Create simple tag generator for ADO pipelines @cfernald (#222)
Change Details
Creates a script and pipeline that allows for automated tagging based on release version and commit messages. This template should be called for an Azure Devops hosted repository. The consumer of this template is expected to ensure the proper permissions for the build agent to be able to create the tag and commit tag notes.
The TagGenerator Script provides the following functionality:
- Scans git history for the most recent matching tag, e.g. 202302.5.10
- Generates the new tag version, incrementing the "major" version based on the presence of breaking changes.
- Generates release notes including commits by type, links to Azure Devops PRs, and contributors.
-
.sync/Version.njk: Update Mu repos to Mu DevOps v5.0.6 (and container) @makubacki (#223)
Change Details
Changes since last release: https://github.com/microsoft/mu_devops/compare/v5.0.4...v5.0.6
General release info: https://github.com/microsoft/mu_devops/releases
- The
ubuntu-22-build
container image is also updated to the latest:3bf70b5
.
- The
Full Changelog: v5.0.6...v5.0.7