File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This page describes the steps for publishing a new Home Assistant release.
26
26
2 . Create missing documentation as stumbs in ` next ` .
27
27
3 . Update the link on the frontpage (` source/index.html ` ) to link to the new release blog post and version number.
28
28
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.
30
30
6 . Merge pull request (blog post, updated frontpage, and all new documentation) to ` current ` .
31
31
32
32
### {% linkable_title Python Package Index %}
You can’t perform that action at this time.
0 commit comments