Skip to content

Commit 6aa4f43

Browse files
author
B. van Berkum
committed
Going to test production release (0.0.31)
1 parent 2417b66 commit 6aa4f43

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

ChangeLog.rst

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff 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

ReadMe.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)