Skip to content

Commit 5eb41eb

Browse files
committed
chore(release): v1.10.1 [skip actions]
1 parent 267dbd6 commit 5eb41eb

File tree

4 files changed

+15
-18
lines changed

4 files changed

+15
-18
lines changed

.changeset/fix-docker-workflow-order.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/test-workflow-fix.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.10.1
4+
5+
### Patch Changes
6+
7+
- [#296](https://github.com/sapientpants/sonarqube-mcp-server/pull/296) [`2b46244`](https://github.com/sapientpants/sonarqube-mcp-server/commit/2b462449bfd1eb03191ae3929ae2fa61cc5a9851) - Fix Docker build workflow ordering to ensure artifacts exist before release
8+
- Split version determination from release creation in main workflow
9+
- Build Docker image BEFORE creating GitHub release
10+
- Ensures Docker artifact exists when publish workflow is triggered
11+
- Prevents race condition where publish workflow can't find Docker artifacts
12+
13+
- [`4ceaf1f`](https://github.com/sapientpants/sonarqube-mcp-server/commit/4ceaf1f71e0ac3d42493ce6f4e9114bd3a380cf8) - test: verify workflow fixes are working correctly
14+
15+
Testing the prepare-release-assets workflow after refactoring
16+
317
## 1.10.0
418

519
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sonarqube-mcp-server",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Model Context Protocol server for SonarQube",
55
"keywords": [
66
"sonarqube",

0 commit comments

Comments
 (0)