Skip to content

Commit c6b9d4c

Browse files
committed
Commit README file on bump too
1 parent e14053c commit c6b9d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bump() {
5454
yarn && test && build
5555

5656
# Prepare to commit
57-
git add CHANGELOG.md package.json yarn.lock && \
57+
git add CHANGELOG.md README.md package.json yarn.lock && \
5858
git commit -v --edit -m "${VERSION} Release :tada: :fireworks: :bell:" && \
5959
git tag "$NEXT" && \
6060
echo -e "\nRelease tagged $NEXT"

0 commit comments

Comments
 (0)