From 19d667ae0b9c45f59b6a76c828beeb8e46e5db75 Mon Sep 17 00:00:00 2001 From: Phil-NHS Date: Tue, 19 Aug 2025 13:30:45 +0100 Subject: [PATCH 1/3] chore(cicd): no change test --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d5fe66..77b5a71 100644 --- a/README.md +++ b/README.md @@ -303,13 +303,13 @@ from the repo and ShowCase project for how to include the package. - Repo TELBlazor - TELBlazor.Components - - this is a razor component library + - this is a blazor component library - TELBlazor.Components.UnitTests - Bunit template from bunit site, configured to use Xunit - TELBlazor.Components.ShowCase.E2ETests - NUnit Playwright Test project - TELBlazor.Components.ShowCase.Shared - - this is a razor component library + - this is a set of example pages to showcase the blazor component and to enable testing with E2E - TELBlazor.Components.ShowCase.E2ETests.WasmServerHost - Wasm host - TELBlazor.Components.ShowCase.E2ETests.WasmServerHost.Client From 3ef430982ccfb0fb119d501550a26c9fc3a1da14 Mon Sep 17 00:00:00 2001 From: Phil-NHS Date: Tue, 19 Aug 2025 13:35:24 +0100 Subject: [PATCH 2/3] chore(release yml): yml fix --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94b3783..38775da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: # $NF is a special variable in awk that means “the last field” of the current line. # print $NF prints just that last field. SEMVER_CHANGED=true - echo "semantic-version-change-required=$SEMVER_CHANGED"" + echo "semantic-version-change-required=$SEMVER_CHANGED" echo "version change required true" echo "semantic-release-version=$SEMVER_VERSION" >> $GITHUB_OUTPUT echo "semantic-version-change-required=$SEMVER_CHANGED" >> $GITHUB_OUTPUT From 7cc367af74affe7a414eba1c01ae34415f92c74c Mon Sep 17 00:00:00 2001 From: Phil-NHS Date: Tue, 19 Aug 2025 13:49:23 +0100 Subject: [PATCH 3/3] chore(tiny change): just to test cicd --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8e2bb6f..4ea9c8d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,7 +20,7 @@ _Paste screenshots for all views created or changed: mobile, tablet and desktop, ### Linked package consumer tasks [TD-####](https://hee-tis.atlassian.net/browse/TD-####) -[ ] - consumers also need to update nhsuk css dependency to : __put_required_nhsuk_semantic_version_here__ +[ ] Consumers also need to update nhsuk css dependency to : __put_required_nhsuk_semantic_version_here__ ### Logging _Provide description of any component scoped logging or specific level logging to check