summarylogtreecommitdiffstats
path: root/bumpVersion.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bumpVersion.sh')
-rwxr-xr-xbumpVersion.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/bumpVersion.sh b/bumpVersion.sh
deleted file mode 100755
index 4050e00019f2..000000000000
--- a/bumpVersion.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-makepkg -f
-
-version=0
-cd "fastfetch/"
-version="$(git rev-list --count HEAD)"
-cd ..
-
-makepkg --printsrcinfo > .SRCINFO
-
-git add .
-git commit -m "bumped version to r${version}"
-git push