File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,21 @@ Change Log
1515 Immediate dev plans: clean-up docs, start on branches for better
1616 configuration, more flexible parser.
1717
18- (0.0.31)
19- - Renamed test git-versioning to git-versioning-spec
18+ 0.0.31
19+ - Renamed test ``git-versioning `` to ``git-versioning-spec `` to follow name
20+ convention.
2021 - Documentation restructured. Fixes, updates.
2122 Added reference to project GitVersion.
22- - Removed V_PATH_LIST. Started read_nix_style_file.
23- - Added modus without versioned-files.list (and main document with version).
24- VER_STR must be provided in the environment, the files to be checked are
25- read from standard-input::
23+ - Removed `` V_PATH_LIST `` . Started read_nix_style_file.
24+ - Added modus without `` versioned-files.list `` (and main document with version).
25+ `` VER_STR `` must be provided in the environment, the files to be checked are
26+ read from standard-input.
2627
27- VER_STR=1.2.3-alpha git-versioning check
28+ For example to go without ``.app-id `` and ``.versioned-files.list `` or main
29+ document::
30+
31+ cat my-file.list | APP_ID=myproject VER_STR=1.2.3-alpha git-versioning check
32+
33+ For this the parameters of the ``V_CHECK `` script (``tools/cmd/version-check.sh ``)
34+ have been changed and are incompatible with previous.
2835
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ GIT Versioning
22==============
33:Created: 2015-04-19
44:Updated: 2016-04-12
5- :Version: 0.0.31-dev+20160412-1532
5+ :Version: 0.0.31
66:Status: Dev
77:project:
88
You can’t perform that action at this time.
0 commit comments