Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading