Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 65cb334

Browse files
authored
Adds note to releasing about not squashing commit containing the relesase tag. (#1839)
1 parent ff047ee commit 65cb334

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

RELEASING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ token](https://help.github.com/articles/creating-a-personal-access-token-for-the
121121
```
122122
123123
- Go through PR review and push the release tag and updated release branch
124-
to GitHub:
124+
to GitHub (note: do not squash the commits when you merge otherwise you
125+
will lose the release tag):
125126
126127
```bash
127128
$ git checkout v$MAJOR.$MINOR.x

0 commit comments

Comments
 (0)