From ac5be232e57d968be8b4db7dc0ac4b57ad67cc77 Mon Sep 17 00:00:00 2001 From: ndmitch311 <82663040+ndmitch311@users.noreply.github.com> Date: Thu, 6 Oct 2022 10:16:21 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c2e476e..96062f3 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,13 @@ Note that there are extras that can also be installed with `--extras` which are First enter the virtualenv created by poetry. +### Release Instructions +Releases +Draft New Release +Create tag with one-up build number, Target:Master +[Publish Release] + + ```sh poetry shell ``` From 450157abb9ff1e280adfc71721fe43f1ea777674 Mon Sep 17 00:00:00 2001 From: ndmitch311 <82663040+ndmitch311@users.noreply.github.com> Date: Thu, 6 Oct 2022 10:17:55 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 96062f3..19f0c5a 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,6 @@ Note that there are extras that can also be installed with `--extras` which are First enter the virtualenv created by poetry. -### Release Instructions -Releases -Draft New Release -Create tag with one-up build number, Target:Master -[Publish Release] - ```sh poetry shell @@ -205,3 +199,13 @@ The API is currently provisional and may change in future releases. {"key"="abc", "color"="acolor", "count"=105}, ] ``` + +### Release Instructions + +Releases + +Draft New Release + +Create tag with one-up build number, Target:Master + +[Publish Release]