From 8a36be7d56d448eeab1d308557df1e021aca7869 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 16 Mar 2025 20:02:35 +0000 Subject: [PATCH] . --- frontend/manifest.json => manifest.json | 0 scripts/bump-version.sh | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) rename frontend/manifest.json => manifest.json (100%) diff --git a/frontend/manifest.json b/manifest.json similarity index 100% rename from frontend/manifest.json rename to manifest.json diff --git a/scripts/bump-version.sh b/scripts/bump-version.sh index b17842be..b2e715e1 100755 --- a/scripts/bump-version.sh +++ b/scripts/bump-version.sh @@ -41,12 +41,12 @@ cd .. cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update # Commit and tag -git add . -TAG=$(node -p "require('./plugin/package.json').version") -git commit -m "Bump versions to $TAG" +# git add . +# TAG=$(node -p "require('./plugin/package.json').version") +# git commit -m "Bump versions to $TAG" -git push -echo "Tagging $TAG" -git tag -a $TAG -m "Release $TAG" -git push origin $TAG +# git push +# echo "Tagging $TAG" +# git tag -a $TAG -m "Release $TAG" +# git push origin $TAG echo "Done"