Skip to content

Commit 5ea4b52

Browse files
committed
Website/release: MESSAGE should be a one-liner
1 parent 07c84f2 commit 5ea4b52

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

website/docs/appendix/release-process.mdx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,7 @@ git checkout main
281281
git pull origin main
282282

283283
# Create and push annotated tag
284-
make release-create-tag TAG=v1.5.0 MESSAGE="Release v1.5.0
285-
286-
## Highlights
287-
- Feature 1: Description
288-
- Feature 2: Description
289-
- Bug fix: Description
290-
291-
See CHANGELOG.md for complete details."
284+
make release-create-tag TAG=v1.5.0 MESSAGE="Release v1.5.0. See CHANGELOG.md for complete details."
292285
```
293286

294287
<!-- prettier-ignore-start -->

0 commit comments

Comments
 (0)