From 44968c9f02e06e5132a148480a20e3bc8c34a74f Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Tue, 26 Apr 2016 13:58:18 +0100 Subject: [PATCH] Add step covering checkpoint-api.weave.works --- Release-Process.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Release-Process.md b/Release-Process.md index 053abe7..604843a 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -128,4 +128,9 @@ $ env GITHUB_TOKEN=xxx SUDO= bin/release publish ## Merge Merge the release branch to master. + +## Add new release to checkpoint-api.weave.works + +Go to [https://checkpoint-api.weave.works/admin](https://checkpoint-api.weave.works/admin) and fill in the details of the release so that users can be automatically informed of a new version being available. + You're done. Congratulations.