We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1cf7a9 commit e19f20bCopy full SHA for e19f20b
source/developers/releasing.markdown
@@ -29,6 +29,10 @@ This page describes the steps for publishing a new Home Assistant release.
29
5. Merge `current` into `next` (`$ git checkout next && git merge current`) to make the PR mergeable.
30
6. Merge pull request (blog post, updated frontpage, and all new documentation) to `current`.
31
32
+### {% linkable_title Docker Hub %}
33
+
34
+Create a new [tag](https://hub.docker.com/r/homeassistant/home-assistant/tags/) at https://hub.docker.com for the release.
35
36
### {% linkable_title Python Package Index %}
37
38
Checkout the `master` branch and run `script/release` to publish the new release on [Python Package Index](https://pypi.python.org).
0 commit comments