summaryrefslogtreecommitdiff
path: root/ci/version_bump.sh
blob: 147442666a19798036224e928addf9e94d1c4cbf (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -evx

. ci/bundle_install.sh

bundle exec rake version:bump
bundle exec rake changelog:update

git checkout .bundle/config