1
0
mirror of https://github.com/smallstep/cli.git synced 2025-04-19 10:42:15 +03:00

Use git export-subst for versioning when not in git repo.

Add .VERSION file that is automatically populated by `git archive`
setting version info when not in an active git repository. Useful when
downloading a tarball.
This commit is contained in:
max furman 2019-02-19 13:11:08 -08:00
parent d060a67346
commit ecc1c7b0d6
2 changed files with 2 additions and 0 deletions

1
.VERSION Normal file
View File

@ -0,0 +1 @@
$Format%d$

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
.VERSION export-subst