From 3276815c8cb7c4250bcbfe39521b59f1286115f3 Mon Sep 17 00:00:00 2001 From: Phil-NHS Date: Tue, 22 Apr 2025 13:46:15 +0100 Subject: [PATCH 1/5] fix(dependabot): fix --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b014e6d..6cf5936 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,4 +20,4 @@ automerge: - update-type: "pin" - update-type: "digest" -versioning-strategy: auto +#versioning-strategy: auto From 460177bad517049e68f9faaaa2319bd5bb8b25ca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Apr 2025 12:47:30 +0000 Subject: [PATCH 2/5] chore(release): 9.2.4-feat-add-tel-frontend-package.1 [skip ci] ## [9.2.4-feat-add-tel-frontend-package.1](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.2.3...v9.2.4-feat-add-tel-frontend-package.1) (2025-04-22) ### Bug Fixes * **dependabot:** fix ([3276815](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/3276815c8cb7c4250bcbfe39521b59f1286115f3)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 848cf2d..47a47f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.2.4-feat-add-tel-frontend-package.1](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.2.3...v9.2.4-feat-add-tel-frontend-package.1) (2025-04-22) + + +### Bug Fixes + +* **dependabot:** fix ([3276815](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/3276815c8cb7c4250bcbfe39521b59f1286115f3)) + ## [9.2.3](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.2.2...v9.2.3) (2025-04-22) From 7b990e90d32d26327fa40435df749c69b5be47f0 Mon Sep 17 00:00:00 2001 From: Phil-NHS Date: Tue, 22 Apr 2025 13:52:57 +0100 Subject: [PATCH 3/5] fix(pr w): lets --- .github/workflows/pull_request.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 27b9619..541ed45 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,12 +1,12 @@ name: Pull Request Checks - -on: pull_request +on: + pull_request: branches: - master jobs: branch-name-check: - name: Enforce Branch Name Convention + name: PR Check Enforce Branch Name Convention runs-on: ubuntu-latest steps: - name: Validate Branch Name @@ -26,7 +26,7 @@ jobs: # qqqq repo will need branch protection rules and PR Templatebr commitlint: - name: commitlint + name: PR Check commitlint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -51,7 +51,7 @@ jobs: # #continue-on-error: true # we dont want secrets going further and the keys need to be changed if this is triggered Unit-Tests: - name: todo unit tests + name: PR Check Unit Tests runs-on: ubuntu-latest steps: - name: See other project pipeline for Tests @@ -59,7 +59,7 @@ jobs: E2E-Tests: - name: todo e2e tests + name: PR Check E2E Tests runs-on: ubuntu-latest steps: - name: See other project pipeline for Tests @@ -67,7 +67,7 @@ jobs: Code-Coverage: - name: code coverage + name: PR Check Code Coverage runs-on: ubuntu-latest steps: - name: Code Coverage From 4ded49bdc79356256379a872b7754ab6929a5fea Mon Sep 17 00:00:00 2001 From: Phil-NHS Date: Tue, 22 Apr 2025 13:54:37 +0100 Subject: [PATCH 4/5] fix(add): fff --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 541ed45..1da4198 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,7 +26,7 @@ jobs: # qqqq repo will need branch protection rules and PR Templatebr commitlint: - name: PR Check commitlint + name: PR Check commitlint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 From b472b36d2c7d9738b1d5541f6b46352fcfd82536 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Apr 2025 12:55:41 +0000 Subject: [PATCH 5/5] chore(release): 9.2.4-feat-add-tel-frontend-package.2 [skip ci] ## [9.2.4-feat-add-tel-frontend-package.2](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.2.4-feat-add-tel-frontend-package.1...v9.2.4-feat-add-tel-frontend-package.2) (2025-04-22) ### Bug Fixes * **add:** fff ([4ded49b](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/4ded49bdc79356256379a872b7754ab6929a5fea)) * **pr w:** lets ([7b990e9](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/7b990e90d32d26327fa40435df749c69b5be47f0)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a47f4..194752b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [9.2.4-feat-add-tel-frontend-package.2](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.2.4-feat-add-tel-frontend-package.1...v9.2.4-feat-add-tel-frontend-package.2) (2025-04-22) + + +### Bug Fixes + +* **add:** fff ([4ded49b](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/4ded49bdc79356256379a872b7754ab6929a5fea)) +* **pr w:** lets ([7b990e9](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/7b990e90d32d26327fa40435df749c69b5be47f0)) + ## [9.2.4-feat-add-tel-frontend-package.1](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.2.3...v9.2.4-feat-add-tel-frontend-package.1) (2025-04-22)