v1.3.1
What's Changed
-
.sync/workflows: Add file sync notice to some files @makubacki (#67)
Change Details
These files were added without the notice in the copyright area that states the files should be updated in mu_devops.
This change adds the notice.
Signed-off-by: Michael Kubacki [email protected]
-
.sync: Set recent workflows to a fixed version of mu\_devops @makubacki (#66)
Change Details
When some workflows were added recently, the reusable workflow file that the leaf files depend on in mu_devops did not exist yet.
Therefore, those leaf files depended on the
main
branch instead
of a mu_devops release tag as the files would be in themain
branch as soon as the PR was merged.Now that all of the reusable workflows are in a tagged release
(as of thev1.3.0
release), this change sets them to a fixed version
of Mu DevOps as well.Signed-off-by: Michael Kubacki [email protected]
-
.sync/Version.njk: Update Mu repos to Mu DevOps v1.3.0 @makubacki (#65)
Change Details
Changes since last release: https://github.com/microsoft/mu_devops/compare/v1.1.1...v1.3.0
General release info:
https://github.com/microsoft/mu_devops/releasesSigned-off-by: Michael Kubacki [email protected]
📖 Documentation Updates
-
Add pull-request best practices guide @Erich-McMillan (#70)
Change Details
# Description
Adds pull request best practices to CONTRIBUTING.md and references this document + pull request best practices in the pull_request_template.md so all contributors are confronted with this guide before they open a pull request rather than afterward by the bot.
TODO:
-
ensure the relative path to CONTRIBUTING.md in pull_request_template.md is correct since dependent repos have different layout
-
Full Changelog: v1.3.0...v1.3.1