Skip to content

Commit 057331b

Browse files
jbachorikclaude
andcommitted
Fix missing tag creation for PATCH releases
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e2ee209 commit 057331b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/scripts/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ if [ "$TYPE" == "PATCH" ]; then
6161
exit 1
6262
fi
6363
RELEASE_BRANCH="release/${BASE%.*}._"
64+
create_annotated_tag "$BASE" "$TYPE" "$BRANCH"
6465
fi
6566

6667
if [ "$BRANCH" != "$RELEASE_BRANCH" ]; then

0 commit comments

Comments
 (0)