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

set -evx

export LANG=en_US.UTF-8

. ci/bundle_install.sh

bundle exec rake version:bump
bundle exec rake changelog || true
bundle exec rake update_dockerfile

git checkout .bundle/config