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 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 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