Skip to content

Commit

Permalink
Use git describe for development versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenyoungs committed Feb 7, 2025
1 parent 456474c commit 1b5c238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ cp /mingw64/share/icons/hicolor/scalable/places/*.svg /mingw64/share/icons/gnome
rm -rf dist aio/dist
python setup.py bdist_wheel
if `grep -q '^DEV_VERSION\s*=\s*True' gramps/version.py`; then
appbuild="r$(git rev-list --count HEAD)-$(git rev-parse --short HEAD)"
appbuild="$(git describe)"
else
appbuild="$2"
fi
Expand Down

0 comments on commit 1b5c238

Please sign in to comment.