Skip to content

Commit c0e9465

Browse files
committed
Simplify release title
1 parent 1cedf66 commit c0e9465

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
run: |
115115
set -euo pipefail
116116
{
117+
printf '# Control Plane AI Plugin\n\n'
117118
printf '## What changed\n\n'
118119
printf '%s\n' "$NOTES"
119120
printf '\n---\n\n'
@@ -178,6 +179,6 @@ jobs:
178179
esac
179180
180181
gh release create "$TAG" \
181-
--title "Control Plane AI Plugin $TAG" \
182+
--title "$TAG" \
182183
--notes-file release-notes.md \
183184
$PRERELEASE_FLAG

0 commit comments

Comments
 (0)