passepartout-apple/ci/bump-since.sh

6 lines
88 B
Bash
Raw Normal View History

2024-11-07 17:35:00 +00:00
#!/bin/sh
if [ ! -z $1 ]; then
SINCE="since:$1"
fi
bundle exec fastlane bump $SINCE