Skip to content

Commit bc63991

Browse files
committed
Update release instructions
1 parent 1d92016 commit bc63991

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/RELEASING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ git pull <upstream remote name> dev
1313
git checkout main
1414
git pull <upstream remote name> main
1515
```
16-
**Note: replace <upstream remote name> with the name of your upstream remote.
16+
Note: replace <upstream remote name> with the name of your upstream remote.
1717
* Merge the `dev` branch into the `main` branch using the command line:
1818
```
1919
git checkout main
2020
git merge dev --ff-only
2121
git push <upstream remote name> main
2222
```
2323
**Note: the `dev` branch should only be merged into `main` when it is ready for a new release.**
24+
If the merge does not work because the `main` branch is ahead of the `dev` branch, the commits from `main` should be cherry-picked to add them to `dev`.
2425

2526
## GitHub
2627
In the GitHub repository, click on *Releases*, click on *Draft new release*.

0 commit comments

Comments
 (0)