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 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 27b9619..1da4198 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 848cf2d..194752b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [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) + + +### 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)