Skip to content

Commit

Permalink
Publish v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerallin committed Aug 7, 2024
1 parent bbcd937 commit 88e0db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mknextver
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ fi

next_ver=$(git describe --tags --abbrev=0 $cur_branch | awk -F'.' "{printf $version_str}")

sed -i "s_^\"version\":.*\$_\"version\": \"${next_ver}\"_" custom_components/rennigou/manifest.json
sed -i "s_^\"version\":.*\$_\"version\": \"${next_ver}\"_" custom_components/mikanani/manifest.json

git add custom_components/rennigou/manifest.json
git add custom_components/mikanani/manifest.json
git commit -m "Publish ${next_ver}"
git tag $next_ver

Expand Down

0 comments on commit 88e0db2

Please sign in to comment.