fix(bump.sh): Added more locations to update
This commit is contained in:
parent
b9ba5ff6e1
commit
d3c6c72388
13
bump.sh
13
bump.sh
@ -11,9 +11,16 @@ tag_curr=$(git tag -l | tail -1)
|
|||||||
|
|
||||||
./version.sh "$tag_curr"
|
./version.sh "$tag_curr"
|
||||||
|
|
||||||
sed -r "s/${tag_prev}/${tag_curr}/g" -i README.md CMakeLists.txt contrib/lemonbuddy.aur/PKGBUILD contrib/lemonbuddy.aur/.SRCINFO
|
sed -r "s/${tag_prev}/${tag_curr}/g" -i \
|
||||||
git add README.md CMakeLists.txt contrib/lemonbuddy.aur/PKGBUILD contrib/lemonbuddy.aur/.SRCINFO
|
README.md CMakeLists.txt \
|
||||||
git add -u include/version.hpp
|
contrib/lemonbuddy.aur/PKGBUILD contrib/lemonbuddy.aur/.SRCINFO \
|
||||||
|
contrib/lemonbuddy-git.aur/PKGBUILD contrib/lemonbuddy-git.aur/.SRCINFO
|
||||||
|
|
||||||
|
git add -u README.md CMakeLists.txt \
|
||||||
|
contrib/lemonbuddy.aur/PKGBUILD contrib/lemonbuddy.aur/.SRCINFO \
|
||||||
|
contrib/lemonbuddy-git.aur/PKGBUILD contrib/lemonbuddy-git.aur/.SRCINFO \
|
||||||
|
include/version.hpp
|
||||||
|
|
||||||
git commit -m "build: Bump version to ${tag_curr}"
|
git commit -m "build: Bump version to ${tag_curr}"
|
||||||
|
|
||||||
# Recreate the tag to include the last commit
|
# Recreate the tag to include the last commit
|
||||||
|
Loading…
Reference in New Issue
Block a user