1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cesium_ynh.git synced 2024-09-03 18:06:25 +02:00

Update helper-update-version

This commit is contained in:
Thatoo 2019-06-10 19:11:33 +02:00 committed by GitHub
parent 729c650955
commit 029f8b8d40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,6 @@ echo $VERSION
sed -i "s#\*\*Shipped version:\*\*.*#\*\*Shipped version:\*\* ${VERSION}#" ./README.md sed -i "s#\*\*Shipped version:\*\*.*#\*\*Shipped version:\*\* ${VERSION}#" ./README.md
sed -i "s# \"version\": \".*# \"version\": \"${VERSION}\~ynh1\",#" ./manifest.json sed -i "s# \"version\": \".*# \"version\": \"${VERSION}\~ynh1\",#" ./manifest.json
sudo rm -f -R ./tmp rm -f -R ./tmp
git commit README.md manifest.json conf/app.src -m "$VERSION" git commit README.md manifest.json conf/app.src -m "$VERSION"