Skip to content

Commit

Permalink
prepare to new release, current_version = 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Feb 17, 2021
1 parent bc3ba9c commit f069223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dos2unix ./dist/*
chmod +rx ./dist
chmod +rx -R ./dist/vertamedia-clickhouse-plugin*
git add .
git commit -m "prepare to new release, $(grep current_version .bumpversion.cfg)"
git diff-index --quiet HEAD || git commit -m "prepare to new release, $(grep current_version .bumpversion.cfg)"
bump2version --verbose $1
docker-compose run plugin_signer
git add .
Expand Down

0 comments on commit f069223

Please sign in to comment.