From 350a69ebeec77c907867055bf9b89ca19f7ae815 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Tue, 3 Dec 2019 13:11:45 +0000 Subject: [PATCH] Updated Release checklist (markdown) --- Release-checklist.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Release-checklist.md b/Release-checklist.md index 7f0e416..931568f 100644 --- a/Release-checklist.md +++ b/Release-checklist.md @@ -7,4 +7,12 @@ * [ ] Bump VERSION file to new version * [ ] Merge PR bumping VERSION file, then tag new version on the merge commit * [ ] Push tag -* [ ] Publish the draft release pointing to the existing tag \ No newline at end of file +* [ ] Publish the draft release pointing to the existing tag +* [ ] Monitor task group created from the tag to make sure everything is built and published +* [ ] Manually check package repositories after publish is complete + * [ ] https://pypi.org/project/deepspeech/ + * [ ] https://pypi.org/project/deepspeech-gpu/ + * [ ] https://www.npmjs.com/package/deepspeech + * [ ] https://www.npmjs.com/package/deepspeech-gpu + * [ ] https://www.nuget.org/packages/DeepSpeech + * [ ] https://www.nuget.org/packages/DeepSpeech-GPU \ No newline at end of file