Skip to content
Snippets Groups Projects
Commit ed122f07 authored by Andre Miranda's avatar Andre Miranda
Browse files

helpers: Use blank line for tags message

parent 4ada3e67
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ TRANSLATIONS=$(xfce-get-translations "$LAST_TAG" "HEAD" silent)
if [ "$WRITE_TAG" = "WRITETAG" ]; then
# Use release note from NEWS if possible, they may have been edited
if [ -f "NEWS" ] && [ "$VERSION" = "$(head -n 1 NEWS)" ]; then
sed '/^[[:space:]]*$/q' NEWS
sed '/^[[:space:]]*$/q' NEWS | sed 's/======//'
else
printf '%s\n\n%s\n%s\n' $VERSION "$RELEASE_NOTES" "$TRANSLATIONS"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment