aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-26 13:35:16 -0300
committerEuAndreh <eu@euandre.org>2021-01-26 13:36:35 -0300
commit6369b8ef051265b8273375a6d6546d83cfad9a2c (patch)
treee45c0da42955aec9902eb9d81fa5c1288a7c1ec2 /build-aux
parentAdd build-aux/workflow/CHANGELOG.sh (diff)
downloadremembering-0.1.0.tar.gz (sig)
remembering-0.1.0.tar.xz
Release 0.1.0, add CHANGELOG.mdv0.1.0
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/workflow/README.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/workflow/README.sh b/build-aux/workflow/README.sh
index 2a900f5..49b1e8d 100755
--- a/build-aux/workflow/README.sh
+++ b/build-aux/workflow/README.sh
@@ -13,7 +13,7 @@ done
RELEASES="$(mktemp)"
if [ -s "$RELEASES_LIST" ]; then
- printf '# Releases\n\n' >> "$RELEASES"
+ printf '\n# Releases\n\n' >> "$RELEASES"
cat "$RELEASES_LIST" >> "$RELEASES"
fi