Skip to content

Commit 43e622b

Browse files
committed
change git hash notation in NeXus release
1 parent da9c386 commit 43e622b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base_classes/NXroot.nxdl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
The version of NeXus definitions used in writing the file. This can either be a date-based
6868
NeXus release (e.g., YYYY.MM), see https://github.com/nexusformat/definitions/releases or
6969
a version tag that includes additional development information, such as a commit distance and
70-
a Git hash. This is typically formatted as `vYYYY.MM.post1.dev<commit-distance>.g<git-hash>`,
70+
a Git hash. This is typically formatted as `vYYYY.MM.post1.dev<commit-distance>-g<git-hash>`,
7171
where `YYYY.MM` refers to the base version of the NeXus definitions. `post1.dev<commit-distance>`
7272
indicates that the definitions are based on a commit after the base version (post1), with
7373
`<commit-distance>` being the number of commits since that version. `g<git-hash>` is the

0 commit comments

Comments
 (0)