The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wekan/releases/version.sh

9 lines
408 B

# Change version.
# Usage: ./releases/version.sh old new
# Example: ./releases/version.sh v3.x v3.x
sed -i 's|API $1|API $2|g' public/api/wekan*
sed -i 's|"version": "$1|"version": "$2|g' .meteor-1.6-snap/package-lock.json .meteor-1.6-snap/package.json package-lock.json package.json
sed -i 's|appVersion: "$1|appVersion: "$2|g' Stackerfile.yml
echo "Also change CHANGELOG.md and sandstorm-pkgdef.capnp"