From 493755d90d4df08107da49eec3d315dedfd07b4f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 May 2025 13:02:11 +0000 Subject: [PATCH 1/4] chore(release): 1.0.3-ci-setup.1 [skip ci] ## [1.0.3-ci-setup.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.0.2...v1.0.3-ci-setup.1) (2025-05-06) ### Bug Fixes * **naming:** job, step, id, env ([4d3d9f3](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/4d3d9f3f07205f3f16fafe019eb5ccb7cd82e687)) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..3ebe87d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## [1.0.3-ci-setup.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.0.2...v1.0.3-ci-setup.1) (2025-05-06) + + +### Bug Fixes + +* **naming:** job, step, id, env ([4d3d9f3](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/4d3d9f3f07205f3f16fafe019eb5ccb7cd82e687)) From 8781a79db4442eb2ab52821443fadb1c01276faa Mon Sep 17 00:00:00 2001 From: Phil-NHS Date: Tue, 6 May 2025 14:25:33 +0100 Subject: [PATCH 2/4] fix(yml): snake case id refs --- .github/workflows/dev.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 1be9c7a..1ba340e 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -47,7 +47,7 @@ jobs: needs: [call-reusable-ci-checks-workflow] runs-on: ubuntu-latest outputs: - dev-package-version: ${{ steps.set-dev-semantic-version.outputs.dev-semantic-version }} + dev-package-version: ${{ steps.set_dev_semantic_version.outputs.dev-semantic-version }} steps: - name: Checkout repository diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e46795..34c52f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: name: Generate semantic version for package and repo runs-on: ubuntu-latest outputs: - semantic-release-version: ${{ steps.set-semantic-version.outputs.semantic-release-version }} + semantic-release-version: ${{ steps.set_semantic_version.outputs.semantic-release-version }} steps: - name: checkout repository uses: actions/checkout@v4 From 0a80fdc5d7f77ca8be52ce4807a077a9d4c58e0e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 May 2025 13:27:36 +0000 Subject: [PATCH 3/4] chore(release): 1.0.3-ci-setup.2 [skip ci] ## [1.0.3-ci-setup.2](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.0.3-ci-setup.1...v1.0.3-ci-setup.2) (2025-05-06) ### Bug Fixes * **yml:** snake case id refs ([8781a79](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/8781a79db4442eb2ab52821443fadb1c01276faa)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ebe87d..d676af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3-ci-setup.2](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.0.3-ci-setup.1...v1.0.3-ci-setup.2) (2025-05-06) + + +### Bug Fixes + +* **yml:** snake case id refs ([8781a79](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/8781a79db4442eb2ab52821443fadb1c01276faa)) + ## [1.0.3-ci-setup.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.0.2...v1.0.3-ci-setup.1) (2025-05-06) From 55cbb6c2224286fbe82c8d39fe6a52c3aafe38be Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 May 2025 13:32:37 +0000 Subject: [PATCH 4/4] chore(release): 1.0.4-ci-setup.1 [skip ci] ## [1.0.4-ci-setup.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.0.3...v1.0.4-ci-setup.1) (2025-05-06) ### Bug Fixes * **yml:** snake case id refs ([8781a79](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/8781a79db4442eb2ab52821443fadb1c01276faa)) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..01ed90f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## [1.0.4-ci-setup.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.0.3...v1.0.4-ci-setup.1) (2025-05-06) + + +### Bug Fixes + +* **yml:** snake case id refs ([8781a79](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/8781a79db4442eb2ab52821443fadb1c01276faa))