From 02bf52651343838a7462d01724605a427207f32e Mon Sep 17 00:00:00 2001 From: Michael Abon Date: Mon, 6 May 2024 10:11:54 -0500 Subject: [PATCH] Add bump target I don't have an automated way to install `yq` yet on a dev machine. I'll fix that when I come up against it. It's a common enough tool that I won't be upset in reinstalling it if needed. Usage: just bump 1.0.5.0 --- justfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/justfile b/justfile index 38e55ea..906f7a4 100644 --- a/justfile +++ b/justfile @@ -130,3 +130,10 @@ logs-streamdeck: [windows] logs-streamdeck: cd "%appdata%\Elgato\StreamDeck\logs\" + + +## VERSIONING + + +bump version: + yq --inplace --prettyPrint --output-format json '.Version = "{{ version }}"' {{ PLUGIN }}/manifest.json