Skip to content

Commit 11688de

Browse files
committed
fix: typo in Makefile
1 parent 88a4683 commit 11688de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ update-changelog:
2020
mv CHANGELOG.md.tmp CHANGELOG.md
2121
.PHONY: update-changelog
2222

23-
prepare-release: update-changelog update-installdoc .commit-and-push-changelog-and-docs
23+
prepare-release: update-changelog update-installdoc
2424
git commit -am "Update CHANGELOG and docs for v$(VERSION)"
2525
git push
2626
.PHONY: prepare-release

0 commit comments

Comments
 (0)