Skip to content

Commit

Permalink
add 2.2.1 to CHANGELOG.md, fix wrong file permissions on dist/* folder
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Klimov <[email protected]>
  • Loading branch information
Slach committed Feb 17, 2021
1 parent c814bad commit 150558f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.2.1 (2021-02-17)
## Enhancement:

* automate plugin sign process via github actions, fix wrong executable file permissions

# 2.2.0 (2020-11-30)
## Enhancement:

Expand Down
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ docker-compose stop
docker-compose run frontend_builder
docker-compose run backend_builder
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)"
bump2version --verbose $1
Expand Down

0 comments on commit 150558f

Please sign in to comment.