Skip to content

Commit 7fc95a3

Browse files
committedJul 8, 2014
tag-build: add date to release notes template
People getting information only over Freenet did not find it clear when a given version was released.
1 parent 88756f6 commit 7fc95a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎tag-build

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ echo Previous build was $PREVTAG
4747
# Don't overwrite an existing changelog.
4848
if [ ! -e "$FULLCHANGELOG" ]; then
4949
cat - > "$FULLCHANGELOG" <<EOF
50+
$(date '+%F')
51+
5052
Changes in $BUILD:
5153
5254
[enumerate developer-facing changes]
@@ -61,6 +63,8 @@ editor $FULLCHANGELOG || exit 10
6163
if [ ! -e "$CHANGELOG" ]; then
6264
# TODO: 0.7.5 shouldn't be hardcoded in multiple places.
6365
cat > "$CHANGELOG" <<EOF
66+
$(date '+%F')
67+
6468
Freenet 0.7.5 build $BUILD is now available. [overview]
6569
6670
[enumerate user-facing changes]

0 commit comments

Comments
 (0)
Please sign in to comment.