@ -28,6 +28,7 @@ then
gitchangelog > CHANGELOG.md &&
{ git add CHANGELOG.md > /dev/null &&
git commit -m "Update CHANGELOG.md" > /dev/null &&
git tag -d "$VERSION" &&
git tag "$VERSION" &&
git push --tags >/dev/null 2>/dev/null; } ||
{ echo -e "Cannot push released tag into remote repository\n" &&