Correct release scripts

This commit is contained in:
Christian Wolf 2022-04-09 16:54:31 +02:00
parent 17070595ab
commit c58e1f2bba
3 changed files with 7 additions and 7 deletions

View File

@ -4,17 +4,17 @@
<element>slt</element>
<type>template</type>
<client>site</client>
<version></version>
<version>1.0.0</version>
<downloads>
<downloadurl type="full" format="tar.gz">$DL_PREFIX/slt-1.0.0.tar.gz</downloadurl>
</downloads>
<!--<tags>-->
<!--<tag>stable</tag>-->
<tags>
<tag>stable</tag>
<!--<tag>rc</tag>-->
<!--<tag>beta</tag>-->
<!--<tag>alpha</tag>-->
<!--<tag>dev</tag>-->
<!--</tags>-->
</tags>
<maintainer>Christian Wolf</maintainer>
<targetplatform name="joomla" version="4.*"/>
<targetplatform name="joomla" version="4[.].*"/>
</update>

View File

@ -16,5 +16,5 @@
<!--<tag>dev</tag>-->
</tags>
<maintainer>Christian Wolf</maintainer>
<targetplatform name="joomla" version="4.[0]"/>
<targetplatform name="joomla" version="4[.].*"/>
</update>

View File

@ -21,7 +21,7 @@ fi
cp slt.tar.gz "$outname"
export VERSION="$TOTALRELEASE"
export VERSION="$TOTRELEASE"
export FORMAT='tar.gz'
export DOWNLOAD_URL="\$DL_PREFIX/$filename"