dendrite/get-version.sh
Kerem Kazan bf303908fa dendrite version from commit hash (#1221)
this pr computes dendrite docker version from the commit hash, instead
of bumping versions. the previous setup caused issues and conflicts when
branch protection is enabled. this way we can seamlessly keep pushing to
main and it will keep getting built and published
2023-01-13 15:39:39 -05:00

3 lines
51 B
Bash

#!/usr/bin/env bash
echo $(git log -1 --pretty=%h)