From 3b1ec0feb7b06a9a296aeb2d9fa0532d2c61753a Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Wed, 26 Oct 2022 13:00:35 -0700 Subject: [PATCH 1/3] Doc update readme examples (#9) * Update README and skill.json automation * Update skill.json Co-authored-by: Daniel McKnight Co-authored-by: NeonDaniel --- .github/workflows/update_skill_json.yml | 2 +- README.md | 5 ++--- skill.json | 5 ++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/update_skill_json.yml b/.github/workflows/update_skill_json.yml index 5dc9797..8d84ee0 100644 --- a/.github/workflows/update_skill_json.yml +++ b/.github/workflows/update_skill_json.yml @@ -22,7 +22,7 @@ jobs: sudo apt update sudo apt install -y gcc git libpulse-dev pip install --upgrade pip - pip install neon-utils\~=0.17 ovos-skills-manager + pip install neon-utils~=1.0,\>=1.1.1 ovos-skills-manager - name: Get Updated skill.json run: | python action/skill/scripts/update_skill_json.py diff --git a/README.md b/README.md index 4c3f3a6..f64b7ed 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ Make Mycroft repeat whatever you want Turn Mycroft into a parrot. Speak a phrase and listen to it repeated in Mycroft's selected voice. ## Examples -* "say Goodnight, Gracie" -* "repeat Once upon a midnight dreary, while I pondered, weak and weary, Over many a quaint and curious volume of forgotten lore" -* "speak I can say anything you'd like!" +* "Say Goodnight, Gracie." +* "Speak I can say anything you'd like!" ## Credits [Mycroft AI](https://github.com/MycroftAI) diff --git a/skill.json b/skill.json index 307d8d2..adafd7c 100644 --- a/skill.json +++ b/skill.json @@ -5,9 +5,8 @@ "short_description": "Make Mycroft repeat whatever you want", "description": "Turn Mycroft into a parrot. Speak a phrase and listen to it repeated in Mycroft's selected voice.", "examples": [ - "say goodnight, gracie", - "repeat once upon a midnight dreary, while i pondered, weak and weary, over many a quaint and curious volume of forgotten lore", - "speak i can say anything you'd like!" + "Say Goodnight, Gracie.", + "Speak I can say anything you'd like!" ], "desktopFile": false, "warning": "", From f0dd4f5c158df47b330011ad5dc38067a2bda7aa Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Wed, 26 Oct 2022 20:01:21 +0000 Subject: [PATCH 2/3] Increment Version --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index ef7228e..4e90f0d 100644 --- a/version.py +++ b/version.py @@ -26,4 +26,4 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "0.0.1" +__version__ = "0.0.2a0" From 57e8124ac8e8a5faead74e3181a3a2c02c26f4c0 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Wed, 26 Oct 2022 13:05:14 -0700 Subject: [PATCH 3/3] Increment version to 0.0.2 (#11) --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 4e90f0d..fabadcf 100644 --- a/version.py +++ b/version.py @@ -26,4 +26,4 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "0.0.2a0" +__version__ = "0.0.2"