Skip to content

Commit

Permalink
fix: allow empty release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kare committed Feb 1, 2022
1 parent 7670d85 commit cb38f25
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 @@ -35,7 +35,7 @@ fi
validate_version "$version"

# Create release commit
git commit --message="Release ${version}"
git commit --allow-empty --message="Release ${version}"
git push
# Create tag
git tag --message="Release ${version}" --annotate "v${version}"
Expand Down

0 comments on commit cb38f25

Please sign in to comment.