Skip to content

Commit 15cd12d

Browse files
committed
Fix branch name
1 parent 484562d commit 15cd12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/releasing.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This page describes the steps for publishing a new Home Assistant release.
2626
2. Create missing documentation as stumbs in `next`.
2727
3. Update the link on the frontpage (`source/index.html`) to link to the new release blog post and version number.
2828
4. Create a pull request from `next` to `current` with the upcoming release number as title.
29-
5. Merge `current` into `next` (`$ git checkout next && git merge master`) to make the PR mergable.
29+
5. Merge `current` into `next` (`$ git checkout next && git merge current`) to make the PR mergable.
3030
6. Merge pull request (blog post, updated frontpage, and all new documentation) to `current`.
3131

3232
### {% linkable_title Python Package Index %}

0 commit comments

Comments
 (0)