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

[release] fixes missing quote in release JSON

parent af170893
No related branches found
No related tags found
No related merge requests found
...@@ -368,7 +368,7 @@ cat >$JSON_DATA <<EOL ...@@ -368,7 +368,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