We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fd02b commit 4b4e863Copy full SHA for 4b4e863
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## v2.0.2 - 2019-04-11
5
+### Fixed
6
+- DockerHub Build
7
+
8
## v2.0.1 - 2019-04-11
9
### Fixed
10
- Version retrieval
hooks/post_checkout
@@ -3,5 +3,4 @@ set -e
echo "[***] Build version"
-git fetch --tags --unshallow --quiet origin
find . -type f -print0 | xargs -0 sed -i "s/@package_version@/$(git describe --tags --always)/g"
0 commit comments