1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rss-bridge_ynh.git synced 2024-09-03 20:25:51 +02:00

Merge pull request #46 from YunoHost-Apps/testing

Fix version
This commit is contained in:
yalh76 2022-07-12 01:59:41 +02:00 committed by GitHub
commit e75ce1af02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,8 +96,9 @@ echo "... conf/$src.src updated"
# GENERIC FINALIZATION
#=================================================
clean_version=${version//-/.}
# Replace new version in manifest
echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json
echo "$(jq -s --indent 4 ".[] | .version = \"$clean_version~ynh1\"" manifest.json)" > manifest.json
# No need to update the README, yunohost-bot takes care of it