mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
v7.99
This commit is contained in:
parent
aab671398c
commit
cd0cd64849
11 changed files with 43 additions and 19 deletions
15
releases/sed-release-versions.sh
Executable file
15
releases/sed-release-versions.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue