Skip to content

Commit 8a5f955

Browse files
authored
Merge pull request #102 from TechnologyEnhancedLearning/refactor-logging
Refactor logging
2 parents 42b4403 + 7cc367a commit 8a5f955

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ _Paste screenshots for all views created or changed: mobile, tablet and desktop,
2020

2121
### Linked package consumer tasks
2222
[TD-####](https://hee-tis.atlassian.net/browse/TD-####)
23-
[ ] - consumers also need to update nhsuk css dependency to : __put_required_nhsuk_semantic_version_here__
23+
[ ] Consumers also need to update nhsuk css dependency to : __put_required_nhsuk_semantic_version_here__
2424

2525
### Logging
2626
_Provide description of any component scoped logging or specific level logging to check

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# $NF is a special variable in awk that means “the last field” of the current line.
8585
# print $NF prints just that last field.
8686
SEMVER_CHANGED=true
87-
echo "semantic-version-change-required=$SEMVER_CHANGED""
87+
echo "semantic-version-change-required=$SEMVER_CHANGED"
8888
echo "version change required true"
8989
echo "semantic-release-version=$SEMVER_VERSION" >> $GITHUB_OUTPUT
9090
echo "semantic-version-change-required=$SEMVER_CHANGED" >> $GITHUB_OUTPUT

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,13 @@ from the repo and ShowCase project for how to include the package.
303303
- Repo TELBlazor
304304

305305
- TELBlazor.Components
306-
- this is a razor component library
306+
- this is a blazor component library
307307
- TELBlazor.Components.UnitTests
308308
- Bunit template from bunit site, configured to use Xunit
309309
- TELBlazor.Components.ShowCase.E2ETests
310310
- NUnit Playwright Test project
311311
- TELBlazor.Components.ShowCase.Shared
312-
- this is a razor component library
312+
- this is a set of example pages to showcase the blazor component and to enable testing with E2E
313313
- TELBlazor.Components.ShowCase.E2ETests.WasmServerHost
314314
- Wasm host
315315
- TELBlazor.Components.ShowCase.E2ETests.WasmServerHost.Client

0 commit comments

Comments
 (0)