This commit is contained in:
Lauri Ojansivu 2025-10-11 06:13:27 +03:00
parent aab671398c
commit cd0cd64849
11 changed files with 43 additions and 19 deletions

View file

@ -0,0 +1,15 @@
#!/bin/bash
# Release script for wekan versions.
# 1) Check that there is only 2 parameters
# of Wekan version number:
if [ $# -ne 2 ]
then
echo "Syntax with Wekan current-version release-new-version:"
echo " ./release.sh 7.20 7.21"
exit 1
fi
sed -i 's|$1|$2|g' snapcraft.yaml docs/Platforms/Propietary/Windows/Offline.md Dockerfile Stackerfile.yml sandstorm-pkgdef.capnp