Skip to content

Commit 2288106

Browse files
petemsclaude
andcommitted
fix: remove [skip ci] from semantic release commits to enable Release workflow
This change ensures that when semantic-release creates new version commits, they will trigger the Release workflow to run GoReleaser for proper artifact generation and GitHub releases. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 16fe889 commit 2288106

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
}],
7474
["@semantic-release/git", {
7575
"assets": ["CHANGELOG.md"],
76-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
76+
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
7777
}]
7878
]
7979
}

0 commit comments

Comments
 (0)