From e82d83d68b01fb0121531b1de188362766ce6a0c Mon Sep 17 00:00:00 2001 From: MarkStega Date: Sat, 16 Sep 2023 16:11:59 -0400 Subject: [PATCH] DN8RC1 redux 2 (#1090) * Release notes prep for RC2 * GHA release --- .github/workflows/GithubActionsRelease.yml | 5 +++++ ReleaseNotes.md | 25 +++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.github/workflows/GithubActionsRelease.yml b/.github/workflows/GithubActionsRelease.yml index 62b1042aa..28243ab53 100644 --- a/.github/workflows/GithubActionsRelease.yml +++ b/.github/workflows/GithubActionsRelease.yml @@ -268,6 +268,11 @@ jobs: - name: Build Material.Blazor run: dotnet build ${{env.projectMBMD3}} --configuration ${{env.buildConfiguration}} + - name: Create documentation 🔧 + run: docfx docfx.json + env: + DOCFX_SOURCE_BRANCH_NAME: main + - name: Upload Documentation Artifacts 🔺 uses: actions/upload-artifact@v3 with: diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 6a0f8503c..c6d93a38e 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -4,8 +4,31 @@ title: ReleaseNotes --- # Release Notes +#### [5.0.0-rc2] +(https://github.com/Material-Blazor/Material.Blazor/tree/5.0.0-rc2) + +Released 2023-10-?? + +**Updates** +- Dependabot updates +- Migrate all projects to .Net 8 RC 2 +- Migrate @material/web to 1.0.0-pre.17 + +**New components** +- Added preview of Material Design 3 components: + - ?? + - ?? + +**Breaking Changes** + +**Deprecated Components** + +**Known issues** + +
+ #### [5.0.0-rc1] -(https://github.com/Maerial-Blazor/Material.Blazor/tree/5.0.0-rc1) +(https://github.com/Material-Blazor/Material.Blazor/tree/5.0.0-rc1) Released 2023-09-16