From 408c6d11e50efc6ae8862fa50fefea8f3eec9235 Mon Sep 17 00:00:00 2001 From: Phil-NHS Date: Tue, 6 May 2025 10:49:22 +0100 Subject: [PATCH 1/2] fix(releaserc): Target repository correction --- .releaserc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index e2e4ab6..d7dbe06 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -84,5 +84,5 @@ ], "@semantic-release/github" ], - "repositoryUrl": "https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM" + "repositoryUrl": "https://github.com/TechnologyEnhancedLearning/TELBlazor" } \ No newline at end of file From a8cbac00133a6b2d1f60235aa3f694dfd92fcd7a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 May 2025 09:50:43 +0000 Subject: [PATCH 2/2] chore(release): 1.0.0-ci-setup.1 [skip ci] # 1.0.0-ci-setup.1 (2025-05-06) ### Bug Fixes * **initial setup:** cicd in development ([f64be70](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/f64be702f7a3e56c1600282f2bc5433496991fbe)) * **minor version:** generate minor version ([098fa20](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/098fa20d462c51943be449b2e8d738da9a9b3b7d)) * **releaserc:** Target repository correction ([408c6d1](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/408c6d11e50efc6ae8862fa50fefea8f3eec9235)) ### Features * **major:** Breaking change ([af34839](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/af34839d5979b1466fb64567e324b232b0505bc3)) ### BREAKING CHANGES * **major:** New version please --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9f8c9d3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# 1.0.0-ci-setup.1 (2025-05-06) + + +### Bug Fixes + +* **initial setup:** cicd in development ([f64be70](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/f64be702f7a3e56c1600282f2bc5433496991fbe)) +* **minor version:** generate minor version ([098fa20](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/098fa20d462c51943be449b2e8d738da9a9b3b7d)) +* **releaserc:** Target repository correction ([408c6d1](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/408c6d11e50efc6ae8862fa50fefea8f3eec9235)) + + +### Features + +* **major:** Breaking change ([af34839](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/af34839d5979b1466fb64567e324b232b0505bc3)) + + +### BREAKING CHANGES + +* **major:** New version please