Skip to content
Snippets Groups Projects
Commit 5ef8e7fd authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[release] fixes missing quote in release JSON

parent 50ac3ea0
No related branches found
No related tags found
No related merge requests found
...@@ -356,7 +356,7 @@ cat >$JSON_DATA <<EOL ...@@ -356,7 +356,7 @@ cat >$JSON_DATA <<EOL
] ]
}, },
EOL EOL
echo " \"description\": \"# Main changes since $PREVIOUS $PREVIOUS_NAME\n$(jq <"$CHANGES" --raw-input 'sub("^#";"##")' | jq --slurp 'join("\n")' | sed 's/^.//;s/.$//')" >> $JSON_DATA echo " \"description\": \"# Main changes since $PREVIOUS $PREVIOUS_NAME\n$(jq <"$CHANGES" --raw-input 'sub("^#";"##")' | jq --slurp 'join("\n")' | sed 's/^.//;s/.$//')\"" >> $JSON_DATA
echo "}" >> $JSON_DATA echo "}" >> $JSON_DATA
echo "Release data file built" echo "Release data file built"
......
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