Skip to content

Commit

Permalink
create thumbnail and tag script
Browse files Browse the repository at this point in the history
  • Loading branch information
RyzenFromFire committed Dec 23, 2023
1 parent 7403fcf commit 61ecec1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions create_tag.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tag=$(grep -Po '"version": ".*"' ./manifest.json | grep -Po '(?:(\d+)\.)?(?:(\d+)\.)?(?:(\d+)\.\d+)')
echo "Creating tag '$tag'"
git tag -a $tag -m "$tag"
git push origin $tag
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Phoenix",
"version": "2.1.7",
"version": "2.1.8",
"minAppVersion": "1.0.0",
"author": "RyzenFromFire",
"authorUrl": "https://github.com/RyzenFromFire"
Expand Down
Binary file added thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 61ecec1

Please sign in to comment.