From b5649026e667a4ee96dd6a4c60c27a3c384487e7 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Wed, 24 Mar 2021 14:00:19 +0100 Subject: [PATCH] Mention the need of a fork of package-storage in the docs (#801) --- docs/developer_workflow_promote_release_integration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developer_workflow_promote_release_integration.md b/docs/developer_workflow_promote_release_integration.md index bbac61f58b0..60989512fc6 100644 --- a/docs/developer_workflow_promote_release_integration.md +++ b/docs/developer_workflow_promote_release_integration.md @@ -4,6 +4,8 @@ * `elastic-package` (builder tool) installed - follow the [Getting started](https://github.com/elastic/elastic-package#getting-started) guide to install the tool. * There is a PR open to the [Package Storage/snapshot](https://github.com/elastic/package-storage/tree/snapshot/packages) with your built integration. This will be done automatically by the Integrations repository CI when it detects an unreleased version of your package in the Integrations repository. +* You have a fork of `https://github.com/elastic/package-storage` in your + account. ## Steps