4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/bash
|
|
# generate-version.sh
|
|
echo "GIT_VERSION=$(git describe --tags --always)" > .env
|