Skip to content

Commit

Permalink
Merge pull request #15 from michaelabon/add-bump-target
Browse files Browse the repository at this point in the history
Add bump target
  • Loading branch information
michaelabon authored May 6, 2024
2 parents 163e83d + 02bf526 commit 13ed9f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 13ed9f7

Please sign in to comment.