Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions bin/release-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ function cmd-git-commit-release() {
echo $1 || verify_valid_version

git add "${DEPENDENCY_FILE}"
# allow empty commit here as the community version might not have any changes, but we still need a commit for a tag
git commit --allow-empty -m "release version ${1}"
git commit -m "release version ${1}"
git tag -a "v${1}" -m "Release version ${1}"
}

Expand Down
Loading