diff --git a/plugin.sh b/plugin.sh index a760bc8..46f3850 100644 --- a/plugin.sh +++ b/plugin.sh @@ -82,7 +82,7 @@ if [ "${PLUGIN_MATRIX_SERVER:+set}" = set ]; then --header "Content-Type: application/json" \ --data "{ \"msgtype\": \"m.text\", - \"body\": \"$(echo "# $CURRENTTAG \n $ALLCHANGES" | xargs echo -n)\", + \"body\": \"$(echo "# $PLUGIN_VERSION_PREFIX$CURRENTTAG \n $ALLCHANGES" | xargs echo -n)\", \"format\": \"org.matrix.custom.html\", \"formatted_body\": \"$FORMATTED_CHANGES\" }"