Skip to content

Commit aedb7f9

Browse files
committedFeb 15, 2017
Update release date
1 parent ca391d2 commit aedb7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/manual/release-notes.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!--==================================================================-->
88

9-
<section xml:id="ssec-relnotes-1.5"><title>Release 1.5 (Feb 15, 2017)</title>
9+
<section xml:id="ssec-relnotes-1.5"><title>Release 1.5 (Feb 16, 2017)</title>
1010

1111
<itemizedlist>
1212

1 commit comments

Comments
 (1)

bjornfor commented on Feb 16, 2017

@bjornfor
Contributor

@rbvermaa: Please use annotated tags (git tag -a [...]). Lightweight tags are not meant for releases / public consumption. They don't convey information about who created the tag or when. And they don't work with plain git describe. (Also, lightweight tags cannot be cryptographically signed.) Adding the -a only takes two keystrokes. :-)

https://git-scm.com/docs/git-tag

Please sign in to comment.