From e19f20b2032d78f740a61294df05a531f8ffa9f9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 17 Jan 2017 14:36:13 +0100 Subject: [PATCH] Add section for Docker Hub --- source/developers/releasing.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/developers/releasing.markdown b/source/developers/releasing.markdown index 1525f30b0e6..c651002b450 100644 --- a/source/developers/releasing.markdown +++ b/source/developers/releasing.markdown @@ -29,6 +29,10 @@ This page describes the steps for publishing a new Home Assistant release. 5. Merge `current` into `next` (`$ git checkout next && git merge current`) to make the PR mergeable. 6. Merge pull request (blog post, updated frontpage, and all new documentation) to `current`. +### {% linkable_title Docker Hub %} + +Create a new [tag](https://hub.docker.com/r/homeassistant/home-assistant/tags/) at https://hub.docker.com for the release. + ### {% linkable_title Python Package Index %} Checkout the `master` branch and run `script/release` to publish the new release on [Python Package Index](https://pypi.python.org).