We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278d55f commit 306a211Copy full SHA for 306a211
.gitconfig
@@ -0,0 +1,3 @@
1
+[filter "insert_tag"]
2
+ clean = sed 's:^VERSION=.*:VERSION=snapshot:'
3
+ smudge = sed "s:^VERSION=.*:VERSION=$(git describe --tags --abbrev=0):"
CONTRIBUTING.md
@@ -0,0 +1,8 @@
+Be aware that bash_unit version information is extracted from git tags.
+If you need to deliver a versionned copy of bash_unit, you will have to
+activate the appropriate filters so that version information is up to
4
+date.
5
+
6
+To do so, run the following command on your system :
7
8
+$> git config --local include.path ../.gitconfig
0 commit comments